mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
general: fix lint
This commit is contained in:
parent
87944f7402
commit
b7ed103eaa
@ -106,7 +106,7 @@ def parse_args_exit(parser):
|
||||
"""Process args that exit."""
|
||||
args = parser.parse_args()
|
||||
|
||||
if not len(sys.argv) > 1:
|
||||
if len(sys.argv) <= 1:
|
||||
parser.print_help()
|
||||
sys.exit(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user