Pep8 fixes

This commit is contained in:
Gonzalo Odiard 2015-04-14 10:05:29 -03:00 committed by Sam Parkinson
parent 954be953ca
commit 026146a081

View File

@ -437,8 +437,8 @@ def start():
dist_parser = subparsers.add_parser("dist_xo",
help="Create a xo bundle package")
dist_parser.add_argument("--no-fail", dest="no_fail", action="store_true",
default=False,
dist_parser.add_argument(
"--no-fail", dest="no_fail", action="store_true", default=False,
help="continue past failure when building xo file")
subparsers.add_parser("dist_source", help="Create a tar source package")