all commands (almost): cleaner DMS closing at the end

This commit is contained in:
Celine Mercier
2020-04-12 17:31:58 +02:00
parent eef5156d95
commit 4d0299904e
16 changed files with 31 additions and 26 deletions

View File

@ -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.")