From b8231b74f217e0297d38cfdd00b4379932e88428 Mon Sep 17 00:00:00 2001 From: Giacomo Furlan Date: Wed, 6 Dec 2017 10:38:48 +0100 Subject: [PATCH] refs #11353: pylint --- script/create-dist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/create-dist.py b/script/create-dist.py index ae740de1781d..de3b9ffd4815 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -323,7 +323,8 @@ def parse_args(): action='store_true', help='Skip generating the Electron API Documentation!') parser.add_argument('--chromium_dir', - help='Specify a custom libchromiumcontent dist directory if manually compiled') + help='Specify a custom libchromiumcontent dist directory ' + + 'if manually compiled') parser.add_argument('-v', '--verbose', action='store_true', help='Prints the output of the subprocesses')