[svnbook] r4943 committed - Doh. Fix a brain-o syntax error.

svnbook at googlecode.com svnbook at googlecode.com
Tue Nov 25 10:34:48 CST 2014


Revision: 4943
Author:   cmpilato
Date:     Tue Nov 25 16:34:36 2014 UTC
Log:      Doh.  Fix a brain-o syntax error.
https://code.google.com/p/svnbook/source/detail?r=4943

Modified:
  /www/bin/build-and-deploy.py

=======================================
--- /www/bin/build-and-deploy.py	Tue Nov 25 14:29:42 2014 UTC
+++ /www/bin/build-and-deploy.py	Tue Nov 25 16:34:36 2014 UTC
@@ -334,7 +334,7 @@
                  + map(lambda x: 'install-%s' % x, formats))
      build_log = os.path.join(dst_path, 'nightly-build.log')
      log_fp = open(build_log, 'w', 1)
-    log_fp.write("::: %s :::\n", time.asctime())
+    log_fp.write("::: %s :::\n" % time.asctime())

      # Change to the source directory and fire off 'make'.
      cwd = os.getcwd()



More information about the svnbook-dev mailing list