Skip to content

Commit

Permalink
q-dev: update glade path
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Oct 14, 2024
1 parent 9691605 commit 30f7401
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qui/tools/qubes_device_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,8 @@ def can_perform_action(self):

class RPCConfirmationWindow:
# pylint: disable=too-few-public-methods,too-many-instance-attributes
_source_file_ref = importlib.resources.files("qubes").joinpath(
os.path.join(
"ext", "device_attach_confirm", "AttachConfirmationWindow.glade"))
_source_file_ref = importlib.resources.files("qui").joinpath(
os.path.join("devices", "AttachConfirmationWindow.glade"))

_source_id = {
"window": "AttachConfirmationWindow",
Expand Down

0 comments on commit 30f7401

Please sign in to comment.