Skip to content

Commit

Permalink
Bugfix ProcessInfo.__str__()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Diemer committed May 31, 2021
1 parent 41fa9f1 commit 3f2bd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huey_monitor/tqdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ def update(self, n=1):
def __str__(self):
return (
f'{self.task.name} - {self.desc} {self.total_progress}/{self.total}{self.unit}'
f' (divisor: {self.desc})'
f' (divisor: {self.unit_divisor})'
)

0 comments on commit 3f2bd0c

Please sign in to comment.