Updated code quality removed print statement spaces in singleinstance.py #1833
|
@ -97,7 +97,7 @@ class singleinstance(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return
|
return
|
||||||
print("Cleaning up lockfile")
|
|
||||||
try:
|
try:
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
if hasattr(self, 'fd'):
|
if hasattr(self, 'fd'):
|
||||||
|
|
Reference in New Issue
Block a user