Skip to content

Commit

Permalink
Fix manual merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajt1725 authored Apr 26, 2024
1 parent d0a774a commit 70d5712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udiskie/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ async def __call__(self, device, arg1 = None, arg2 = None):
"""
attrs = {attr: getattr(device, attr) for attr in self.used_attrs}
attrs.update(self.extra)
if arg2:
if arg2:
attrs['job_action'] = arg1
attrs['job_message'] = arg2
elif arg1:
Expand Down

0 comments on commit 70d5712

Please sign in to comment.