Skip to content

Instantly share code, notes, and snippets.

@gmarnin
Created December 10, 2014 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmarnin/d2bc5efb30d204130ec2 to your computer and use it in GitHub Desktop.
Save gmarnin/d2bc5efb30d204130ec2 to your computer and use it in GitHub Desktop.
vfuse traceback
Macintosh:vfuse admin$ sudo ./vfuse -i /Volumes/Stuff/109_P2V/HardDrive-image.dmg -o /Volumes/Stuff/109_P2V/ -n HardDrive-image-vfuse.dmg
Mounting /Volumes/Stuff/109_P2V/HardDrive-image.dmg
Traceback (most recent call last):
File "./vfuse", line 334, in <module>
main()
File "./vfuse", line 304, in main
os_vers = get_osvers(mount_point)
File "./vfuse", line 117, in get_osvers
print colored(err, 'red')
File "./vfuse", line 54, in colored
text = fmt_str % (colors[color]) + text + reset
TypeError: cannot concatenate 'str' and 'exceptions.IOError' objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment