diff scripts/getan-eval.py @ 431:8922713adbe6

getan-eval.py: Improves how 'user' is found.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 30 May 2017 09:01:12 +0200
parents e2b05afaf1bc
children 8d03d7ada7e1
line wrap: on
line diff
--- a/scripts/getan-eval.py	Tue May 30 08:48:36 2017 +0200
+++ b/scripts/getan-eval.py	Tue May 30 09:01:12 2017 +0200
@@ -54,6 +54,7 @@
     Writer = codecs.getwriter(encoding)
     sys.stdout = Writer(sys.stdout)
 
+    user = None
     if options.user:
         user = options.user.decode(encoding)
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)