mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-27 01:03:51 -05:00
Fixed set_config always writing to target.scad.
This commit is contained in:
parent
929d082b25
commit
832380f893
@ -73,7 +73,7 @@ def set_config(target, usage = None):
|
|||||||
lines = [""]
|
lines = [""]
|
||||||
try:
|
try:
|
||||||
with open(fname,"rt") as f:
|
with open(fname,"rt") as f:
|
||||||
line = f.readlines()
|
lines = f.readlines()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user