Переглянути джерело

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

Josef Templ 8 роки тому
батько
коміт
309dcffd55
1 змінених файлів з 1 додано та 1 видалено
  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):