Fixed openscad.py on Linux.
This commit is contained in:
parent
4a95ce528e
commit
7c439a687f
|
@ -25,7 +25,7 @@ from __future__ import print_function
|
||||||
import subprocess, sys
|
import subprocess, sys
|
||||||
|
|
||||||
def run_list(args, silent = False, verbose = False):
|
def run_list(args, silent = False, verbose = False):
|
||||||
cmd = ["openscad.exe"] + args
|
cmd = ["openscad"] + args
|
||||||
if not silent:
|
if not silent:
|
||||||
for arg in cmd:
|
for arg in cmd:
|
||||||
print(arg, end=" ")
|
print(arg, end=" ")
|
||||||
|
|
Loading…
Reference in New Issue