mirror of https://github.com/openXC7/prjxray.git
Remove now obsolete "segment" attribute in tile objects in tilegrid
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
0f67fcf1d2
commit
78c8f6b4ce
|
|
@ -228,6 +228,10 @@ for segment_name in database["segments"].keys():
|
|||
|
||||
database = database["tiles"]
|
||||
|
||||
for tiledata in database.values():
|
||||
if "segment" in tiledata:
|
||||
del tiledata["segment"]
|
||||
|
||||
#######################################
|
||||
# Write
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue