Skip to content

Commit

Permalink
Backwards compability change to cleanup function
Browse files Browse the repository at this point in the history
  • Loading branch information
cflems committed Jan 13, 2023
1 parent 2506007 commit f846119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkd_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def cleanup(*args):
tcpc_lock.release()

global pool
pool.shutdown(wait=True, cancel_futures=True)
pool.shutdown()

global pid_file
os.remove(pid_file)
Expand Down

0 comments on commit f846119

Please sign in to comment.