mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-07-24 17:31:14 +02:00
Fixed openscad.py on Linux.
This commit is contained in:
@@ -25,7 +25,7 @@ from __future__ import print_function
|
||||
import subprocess, sys
|
||||
|
||||
def run_list(args, silent = False, verbose = False):
|
||||
cmd = ["openscad.exe"] + args
|
||||
cmd = ["openscad"] + args
|
||||
if not silent:
|
||||
for arg in cmd:
|
||||
print(arg, end=" ")
|
||||
|
Reference in New Issue
Block a user