Skip to content

Commit

Permalink
add job_action and job_message properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajt1725 authored Apr 26, 2024
1 parent 0fc507b commit d0a774a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions udiskie/udisks2.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,14 @@ def drive_label(self):
self.drive_model,
]))

@property
def job_action(self):
return None

@property
def job_message(self):
return None


# ----------------------------------------
# UDisks2 service wrapper
Expand Down

0 comments on commit d0a774a

Please sign in to comment.