The following commit has been merged in the master branch:
commit bc8846c1cb903e34c397408e2bdeadd05b706387
Author: Ole Streicher <[email protected]>
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

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to