New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another exception in manager #518

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 3 Apr 2012 15:47 UTC

AttributeError: 'NoneType' object has no attribute 'isdigit'
at line 768
of file /usr/lib64/python2.6/site-packages/qubesmanager/main.py.service@graupner.de
----
line: if device_size is None or device_desc is None or device_mode is None:
func: block_list
line no.: 222
file: /usr/lib64/python2.6/site-packages/qubes/qubesutils.py
----
line: blk = qubesutils.block_list()
func: update
line no.: 1342
file: /usr/lib64/python2.6/site-packages/qubesmanager/main.py
----
line: res, msg = self.blk_manager.update()
func: update_block_devices
line no.: 846
file: /usr/lib64/python2.6/site-packages/qubesmanager/main.py
----
line: update_devs = self.update_block_devices() or out_of_schedule
func: update_table
line no.: 768
file: /usr/lib64/python2.6/site-packages/qubesmanager/main.py

Migrated-From: https://wiki.qubes-os.org/ticket/518

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 12 Apr 2012 10:15 UTC
Let's make it a dup of #500.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 12 Apr 2012 10:15 UTC
Let's make it a dup of #500.

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment