Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kannibalox committed Sep 25, 2022
1 parent 10b52f6 commit ee6c2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyrosimple/scripts/chtor.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def mainloop(self) -> None:
break
else:
raise error.UserError(
"Unknown tracker alias or bogus URL %r (%s)!"
% (self.options.reannounce, exc)
"Unknown tracker alias or URL %r!"
% (self.options.reannounce)
)

# go through given files
Expand Down

0 comments on commit ee6c2c0

Please sign in to comment.