We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a6999 commit 24e0ffbCopy full SHA for 24e0ffb
cli.py
@@ -37,10 +37,10 @@ def parse_arguments():
37
38
# parse the args and return Namespace object
39
args = parser.parse_args()
40
- print(vars(args))
+ # print(vars(args))
41
42
# if args Namespace object is empty, print help and exit(1) (essentially calling pyatest -h)
43
- if len(vars(args)) is 0:
+ if len(vars(args)) == 0:
44
parser.print_help()
45
exit(1)
46
0 commit comments