mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 07:27:23 +02:00
Fix for Python 2
This commit is contained in:
@@ -67,7 +67,7 @@ def plateup(target, part_type):
|
||||
log_name = 'openscad.log'
|
||||
else:
|
||||
log_name = 'openscad.echo'
|
||||
openscad.run("-D$bom=1", "-o", log_name, src_file, silent = True)
|
||||
openscad.run_silent("-D$bom=1", "-o", log_name, src_file)
|
||||
#
|
||||
# Add the files on the BOM to the used list
|
||||
#
|
||||
|
Reference in New Issue
Block a user