mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-18 18:18:13 +02:00
general: fix lint
This commit is contained in:
@@ -106,7 +106,7 @@ def parse_args_exit(parser):
|
|||||||
"""Process args that exit."""
|
"""Process args that exit."""
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
if not len(sys.argv) > 1:
|
if len(sys.argv) <= 1:
|
||||||
parser.print_help()
|
parser.print_help()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user