Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
subtlepseudonym committed Mar 15, 2024
1 parent 7992b22 commit 2c37730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/editbooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def upload():
book_format_from = meta.extension.upper()[1:]
if (
config.config_auto_convert_to_format and
config.config_auto_convert_to_format.upper() != meta.extension.lower()
config.config_auto_convert_to_format.upper() != book_format_from
):
book_format_to = config.config_auto_convert_to_format.upper()
rtn = helper.convert_book_format(book_id,
Expand Down

0 comments on commit 2c37730

Please sign in to comment.