Skip to content

Commit

Permalink
winusb: fix domain name for is_paused() message
Browse files Browse the repository at this point in the history
  • Loading branch information
easydozen committed Feb 16, 2021
1 parent 77ec0cf commit 21d67b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/vm/qubesvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ async def run_service(self, service, source=None, user=None, stubdom=False,
if self.is_paused():
# XXX what about autostart?
raise qubes.exc.QubesVMNotRunningError(
self, 'Domain {!r} is paused'.format(name))
self, 'Domain {!r} is paused'.format(self.name))
if not self.is_running():
if not autostart:
raise qubes.exc.QubesVMNotRunningError(self)
Expand Down

0 comments on commit 21d67b2

Please sign in to comment.