[reprotest] 01/01: - fix the help text for virtual servers

Ximin Luo infinity0 at debian.org
Tue Oct 3 14:09:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository reprotest.

commit f76dbdd3fdf6dbfc40b14219ffaa9fe091abb13b
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Oct 3 16:09:35 2017 +0200

    - fix the help text for virtual servers
---
 reprotest/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index 535ca98..7fbe1e3 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -574,7 +574,7 @@ def command_line(parser, argv):
     args.virtual_server_args = args.virtual_server_args or ["null"]
 
     if args.help:
-        if args.help:
+        if args.help is True:
             parser.print_help()
             sys.exit(0)
         else:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list