Advertisement
Guest User

Untitled

a guest
Dec 16th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "copy_flash.py", line 29, in <module>
  3. valid = [dev for dev in new_paths if (identify(dev[0]), dev[1].split("/")[-1] in excluded) == (True, False)]
  4. File "copy_flash.py", line 29, in <listcomp>
  5. valid = [dev for dev in new_paths if (identify(dev[0]), dev[1].split("/")[-1] in excluded) == (True, False)]
  6. File "copy_flash.py", line 19, in identify
  7. output = subprocess.check_output(["/bin/bash", "-c", command]).decode("utf-8")
  8. File "/usr/lib/python3.4/subprocess.py", line 620, in check_output
  9. raise CalledProcessError(retcode, process.args, output=output)
  10. subprocess.CalledProcessError: Command '['/bin/bash', '-c', 'find /dev/disk -ls | grep /└─sdb1']' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement