Skip to content

Commit 1d47081

Browse files
author
Norraphat
committed
update condition
1 parent 221b9f3 commit 1d47081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/Applications/python/ConfigBuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ def inGeometryKeys(opt):
11571157
if opt in GeometryConf:
11581158
return GeometryConf[opt]
11591159
else:
1160-
if (opt=='SimDB'):
1160+
if (opt=='SimDB' or opt.startswith('DB:')):
11611161
return opt
11621162
else:
11631163
raise Exception("Geometry "+opt+" does not exist!")

0 commit comments

Comments
 (0)