Fix typo
This commit is contained in:
+1
-1
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user