Skip to content

Commit

Permalink
q-dev: unify protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Oct 14, 2024
1 parent 4077b09 commit e8ad766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesadmin/device_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def parse_basic_device_properties(
f"when expected port: {expected.port_id}.")
properties.pop('port_id', None)

if expected.devclass == '*':
if expected.devclass == 'peripheral':
expected = Port(
expected.backend_domain,
expected.port_id,
Expand Down

0 comments on commit e8ad766

Please sign in to comment.