changeset 23:10167e40a657

Improve codestyle (minor)
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 02 Nov 2018 17:15:14 +0100
parents 33d7c7769155
children b07588ac28b6
files collect_issues.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/collect_issues.py	Fri Nov 02 10:38:21 2018 +0100
+++ b/collect_issues.py	Fri Nov 02 17:15:14 2018 +0100
@@ -108,7 +108,7 @@
     quantities = [0] * (len(columns) +1)
     order_dict = {}
 
-    #convert the csv-dict reader to real dict
+    # convert the csv-dict reader to real dict
     for row in orders_csv:
         order_dict[row["id"]] = int(float(row["order"])) # int(float()) because the order-value is indeed "1.0, 2.0" etc
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)