Skip to content

Commit

Permalink
Remove the accidentally added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous5555522222 authored Apr 7, 2024
1 parent 53d2e9f commit d83e9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangadex_downloader/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ def check_group_all(args):
pass
else:
if len(args.group) > 1:
raise MangaDexException("'--group all' cannot be used with another '--group <group_id>'")
raise MangaDexException("'--group all' cannot be used with another '--group <group_id>'")

0 comments on commit d83e9dc

Please sign in to comment.