Skip to content

Commit

Permalink
q-dev: fix attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Oct 15, 2024
1 parent 9d82600 commit 5ea5fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/ext/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ async def on_domain_start(self, vm, _event, **_kwargs):
self.notify_auto_attached(vm, assignment)

def notify_auto_attached(self, vm, assignment):
identity = assignment.device_ientity
identity = assignment.device_identity
device = assignment.device
if identity not in ('any', device.self_identity):
print("Unrecognized identity, skipping attachment of device in port"
Expand Down

0 comments on commit 5ea5fc6

Please sign in to comment.