[fix] mutex deltion

This commit is contained in:
Christian Fraß 2023-05-20 09:14:27 +02:00
parent e3d85dd1a8
commit 415fe597b2

View file

@ -378,6 +378,9 @@ def main():
) )
) )
if (not _os.exists(args.mutex_path)):
pass
else:
_os.remove(args.mutex_path) _os.remove(args.mutex_path)