mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-08 08:26:29 +02:00
Fixed set_config always writing to target.scad.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user