Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.52 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/dan/scripts/python/folder_remover.py", line 12, in <module>
  3.     call(["cd", new_dir])
  4.   File "/usr/lib/python3.3/subprocess.py", line 523, in call
  5.     with Popen(*popenargs, **kwargs) as p:
  6.   File "/usr/lib/python3.3/subprocess.py", line 824, in __init__
  7.     restore_signals, start_new_session)
  8.   File "/usr/lib/python3.3/subprocess.py", line 1448, in _execute_child
  9.     raise child_exception_type(errno_num, err_msg)
  10. FileNotFoundError: [Errno 2] No such file or directory: 'cd'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement