Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
  2. File "/usr/lib/python3/dist-packages/dbus/service.py", line 707, in _message_cb
  3. retval = candidate_method(self, *args, **keywords)
  4. File "/usr/share/usb-creator/usb-creator-helper", line 218, in Format
  5. parent_dev = _get_parent_object(udisks, device)
  6. File "/usr/share/usb-creator/usb-creator-helper", line 49, in _get_parent_object
  7. parent = partition.get_cached_property('Table').get_string()
  8. AttributeError: 'NoneType' object has no attribute 'get_cached_property'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement