Skip to content

Commit

Permalink
q-dev: fix deny list
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Oct 24, 2024
1 parent 5d49926 commit 79001ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/ext/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def on_tag_add(self, vm, event, tag, **kwargs):
@qubes.ext.handler(*(f'admin-permission:admin.vm.device.{ep.name}.Attach'
for ep in importlib.metadata.entry_points(group='qubes.devices')))
def on_device_attach(
self, vm, event, dest, arg, device, devclass, mode, options, **kwargs
self, vm, event, dest, arg, device, mode, options, **kwargs
):
# pylint: disable=unused-argument
# ignore auto-attachment
Expand Down

0 comments on commit 79001ff

Please sign in to comment.