Bläddra i källkod

wrong quotes fixed in error message. Refs: #131.

Josef Templ 8 år sedan
förälder
incheckning
309dcffd55
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      appbuild/build.py

+ 1 - 1
appbuild/build.py

@@ -360,7 +360,7 @@ outputPathPrefix = outputDir + "/" + outputNamePrefix
 if stableRelease and os.path.exists(outputPathPrefix + ".zip"):
     #for rebuilding a stable release remove the output files manually from the stable dir
     cleanup() # if not args.test
-    logStep('Cannot rebuild stable release " + appVersion + ".')
+    logStep('Cannot rebuild stable release ' + appVersion + '.')
     print "Cannot rebuild stable release " + appVersion + ".<br/>" # goes to buildlog.html
     sys.exit()
 if not os.path.exists(outputDir):