Advertisement
SipriusPT

error

Jul 24th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:/Users/fabio/Qsync/teste.py", line 5, in <module>
  3. output = subprocess.call('git init --bare', cwd=backup_folder_repo)
  4. File "C:\Users\fabio\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 267, in call
  5. with Popen(*popenargs, **kwargs) as p:
  6. File "C:\Users\fabio\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 707, in __init__
  7. restore_signals, start_new_session)
  8. File "C:\Users\fabio\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 990, in _execute_child
  9. startupinfo)
  10. FileNotFoundError: [WinError 2] O sistema não conseguiu localizar o ficheiro especificado
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement