Guest User

Untitled

a guest
Jan 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import subprocess
  2. result = subprocess.Popen(['/usr/bin/flock -n', 'blah.lockfile', 'python3 executer.py', "some_arg ,"&"])
  3.  
  4. FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/flock -n'
Add Comment
Please, Sign In to add comment