From 4989614055ec9998576b58731ae0d09ced751607 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 1 Jul 2024 21:57:32 -0700 Subject: [PATCH] pylint --- mfbatch/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index 052811a..8f7b7ec 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -128,7 +128,7 @@ def main(): dry_run=options.dry_run, interactive=not options.yes) - if mode_given == False: + if not mode_given: op.print_usage() sys.exit(-1)