This commit is contained in:
Jamie Hardt
2024-07-01 21:57:32 -07:00
parent bc0b3b36e0
commit 4989614055

View File

@@ -128,7 +128,7 @@ def main():
dry_run=options.dry_run, dry_run=options.dry_run,
interactive=not options.yes) interactive=not options.yes)
if mode_given == False: if not mode_given:
op.print_usage() op.print_usage()
sys.exit(-1) sys.exit(-1)