Remove pacs.packed_prims when done
This commit is contained in:
parent
cb2278a216
commit
b4c2c28ee6
1 changed files with 4 additions and 0 deletions
|
@ -315,6 +315,10 @@ else:
|
||||||
printLog(log, "DETECT DECIDE SKIP")
|
printLog(log, "DETECT DECIDE SKIP")
|
||||||
printLog(log, "SKIP *")
|
printLog(log, "SKIP *")
|
||||||
|
|
||||||
|
# Remove pacs.packed_prims when done
|
||||||
|
if os.path.isfile("pacs.packed_prims"):
|
||||||
|
os.remove("pacs.packed_prims")
|
||||||
|
|
||||||
log.close()
|
log.close()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue