1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-06 23:46:30 +02:00

Fixed random error caused by not running bom first.

This commit is contained in:
Chris Palmer
2024-03-14 20:47:11 +00:00
parent dbd3004021
commit 2c996bb7a1
2 changed files with 1 additions and 3 deletions

View File

@@ -63,5 +63,5 @@ def source_dirs(bom_dir):
else:
if dir.endswith('/printed'):
lib_dirs.add(dir)
dirs.remove(source_dir)
dirs.discard(source_dir)
return [source_dir] + sorted(dirs) + sorted(lib_dirs)