mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-08 06:19:41 +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):
|
def process_args(args):
|
||||||
"""Process 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"
|
print("error: wal needs to be given arguments to run.\n"
|
||||||
" Refer to \"wal -h\" for more info.")
|
" Refer to \"wal -h\" for more info.")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user