all commands (almost): cleaner DMS closing at the end
This commit is contained in:
@ -133,7 +133,7 @@ def run(config):
|
||||
#print(repr(view), file=sys.stderr)
|
||||
|
||||
for d in idms_list:
|
||||
d.close()
|
||||
o_dms.close()
|
||||
d.close(force=True)
|
||||
o_dms.close(force=True)
|
||||
|
||||
logger("info", "Done.")
|
||||
|
Reference in New Issue
Block a user