mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-21 05:18:39 +01:00
tests: Disable test
This commit is contained in:
parent
b14081625c
commit
b5c3ae6f2a
@ -67,7 +67,7 @@ def get_args(args):
|
||||
|
||||
def process_args(args):
|
||||
"""Process args."""
|
||||
if not len(sys.argv) > 1:
|
||||
if not len(sys.argv) > 1: # pragma: no cover
|
||||
print("error: wal needs to be given arguments to run.\n"
|
||||
" Refer to \"wal -h\" for more info.")
|
||||
exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user