Skip to content

Commit

Permalink
Merge pull request #615 from asmacdo/magic-spell
Browse files Browse the repository at this point in the history
tolerate codespell
  • Loading branch information
yarikoptic authored Jun 1, 2023
2 parents 1e960be + 9555569 commit 27cacb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproman/ui/progressbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def start(self):
self._create()

def finish(self):
# be tollerant to bugs in those
# be tolerant to bugs in those
try:
if self._pbar is not None:
self._pbar.close()
Expand Down

0 comments on commit 27cacb4

Please sign in to comment.