Skip to content

Commit e8ad766

Browse files
committed
q-dev: unify protocol
1 parent 4077b09 commit e8ad766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qubesadmin/device_protocol.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def parse_basic_device_properties(
178178
f"when expected port: {expected.port_id}.")
179179
properties.pop('port_id', None)
180180

181-
if expected.devclass == '*':
181+
if expected.devclass == 'peripheral':
182182
expected = Port(
183183
expected.backend_domain,
184184
expected.port_id,

0 commit comments

Comments
 (0)