This commit is contained in:
Veronica K. B. Olsen
2020-10-17 01:46:50 +02:00
parent ede9d034c7
commit a5201d79cb
+1 -1
View File
@@ -141,7 +141,7 @@ instOpt.append("novelWriter.py")
# Make sample.zip first # Make sample.zip first
print("Building sample.zip") print("Building sample.zip")
try: try:
subprocess.call([sys.executable, "setup.py" "sample"]) subprocess.call([sys.executable, "setup.py", "sample"])
except Exception as e: except Exception as e:
print("Failed with error:") print("Failed with error:")
print(str(e)) print(str(e))