mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
25b3d5b054
commit
0f764be26f
@ -203,7 +203,7 @@ class SingleInstance:
|
|||||||
|
|
||||||
|
|
||||||
def singleinstance(name):
|
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)
|
release_mutex = create_single_instance_mutex(name)
|
||||||
if release_mutex is None:
|
if release_mutex is None:
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user