This commit is contained in:
Kovid Goyal 2022-07-31 10:27:33 +05:30
parent 25b3d5b054
commit 0f764be26f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -203,7 +203,7 @@ class SingleInstance:
def singleinstance(name):
' Ensure that only a single process holding exists with the specified mutex key '
' Ensure that only a single process exists with the specified mutex key '
release_mutex = create_single_instance_mutex(name)
if release_mutex is None:
return False