qubes: minor fix
This commit is contained in:
parent
7886695c63
commit
7832f23d5d
@ -976,7 +976,7 @@ class PropertyHolder(qubes.events.Emitter):
|
|||||||
if :py:obj:`False`, log warning instead
|
if :py:obj:`False`, log warning instead
|
||||||
'''
|
'''
|
||||||
|
|
||||||
if isinstance(qubes.property, prop):
|
if isinstance(prop, qubes.property):
|
||||||
prop = prop.__name__
|
prop = prop.__name__
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user