Skip to content

Commit

Permalink
stupid ; typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmathis committed Nov 15, 2023
1 parent 3ffc9aa commit 8d80b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-cli/emmet/cli/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def backup(ctx, reorg, clean, check, exhaustive, force_new, tar): # noqa: C901
logger.error("Not running --clean without --check enabled.")
return ReturnCodes.ERROR

if not clean and tar;
if not clean and tar:
logger.error("Not running --tar wihout --clean enabled.")
return ReturnCode.ERROR

Expand Down

0 comments on commit 8d80b90

Please sign in to comment.