[Blends-commit] [SCM] website branch, master, updated. bc8846c1cb903e34c397408e2bdeadd05b706387

Ole Streicher olebole at debian.org
Tue Mar 8 20:35:35 UTC 2016


The following commit has been merged in the master branch:
commit bc8846c1cb903e34c397408e2bdeadd05b706387
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Mar 8 21:35:21 2016 +0100

    Fix missing ( as stupid bug

diff --git a/webtools/thermometer.py b/webtools/thermometer.py
index fc34325..5f7705f 100755
--- a/webtools/thermometer.py
+++ b/webtools/thermometer.py
@@ -337,7 +337,7 @@ def main():
         #f.close()
         #SetFilePermissions(blendname+'_thermometer.json')
     else:
-        stderr.write"No data received for Blend %s\n" % blendname)
+        stderr.write("No data received for Blend %s\n" % blendname)
         exit(1)
 
     # Define directories used

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list