Skip to content

Commit

Permalink
tempdir bug found in issue #419
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Apr 9, 2022
1 parent a1c2896 commit e530bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pangolin/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ def main(sysargs = sys.argv[1:]):

return 0

io.cleanup(args.no_temp,tempdir)
io.cleanup(args.no_temp,config[KEY_TEMPDIR])
return 1
io.cleanup(args.no_temp,tempdir)
io.cleanup(args.no_temp,config[KEY_TEMPDIR])
return 1

if __name__ == '__main__':
Expand Down

0 comments on commit e530bfb

Please sign in to comment.