Fix comment indentation
This commit is contained in:
parent
ce1ec44d79
commit
461dda626e
@ -53,7 +53,7 @@ class CB:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
fcntl.flock(self.lock_file.fileno(), fcntl.LOCK_EX | fcntl.LOCK_NB)
|
fcntl.flock(self.lock_file.fileno(), fcntl.LOCK_EX | fcntl.LOCK_NB)
|
||||||
except OSError: # already locked
|
except OSError: # already locked
|
||||||
print(f'{PROG} already running', file=sys.stderr)
|
print(f'{PROG} already running', file=sys.stderr)
|
||||||
exit(3)
|
exit(3)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user