long line

This commit is contained in:
Andreas Preikschat 2014-03-31 19:52:49 +02:00
parent 3db984a846
commit 6235fa19a9

View File

@ -167,8 +167,8 @@ def main():
help='Disable output.') help='Disable output.')
parser.add_option('-b', '--open-browser', dest='open_browser', action="store_true", default=False, parser.add_option('-b', '--open-browser', dest='open_browser', action="store_true", default=False,
help='Opens the jenkins page in your browser.') help='Opens the jenkins page in your browser.')
#parser.add_option('-e', '--open-browser-on-error', dest='open_browser_on_error', action="store_true", default=False, #parser.add_option('-e', '--open-browser-on-error', dest='open_browser_on_error', action="store_true",
# help='Opens the jenkins page in your browser in case a test fails.') # default=False, help='Opens the jenkins page in your browser in case a test fails.')
options, args = parser.parse_args(sys.argv) options, args = parser.parse_args(sys.argv)
if len(args) == 2: if len(args) == 2: