[fix] mutex deltion
This commit is contained in:
parent
e3d85dd1a8
commit
415fe597b2
|
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue