mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 09:35:35 +01:00
Implement unique application instance checks
This commit is contained in:
parent
05e32593ec
commit
8cd1799ad9
1 changed files with 1 additions and 1 deletions
|
|
@ -449,4 +449,4 @@ def singleinstance(name):
|
|||
except IOError:
|
||||
return False
|
||||
|
||||
return True
|
||||
return False
|
||||
|
|
|
|||
Loading…
Reference in a new issue