mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-18 21:09:41 +02:00
code quality
This commit is contained in:
parent
b13cc3e402
commit
08ef826869
2 changed files with 3 additions and 4 deletions
|
@ -842,7 +842,7 @@ def get_lock(process_name):
|
|||
|
||||
except socket.error:
|
||||
print('Pandora-box is already running !', file=sys.stderr)
|
||||
os.execvp('/usr/bin/bash',['/usr/bin/bash'])
|
||||
os.execvp('/usr/bin/bash', ['/usr/bin/bash'])
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue