Pep8 fixes

master
Gonzalo Odiard 9 years ago committed by Sam Parkinson
parent 954be953ca
commit 026146a081

@ -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")

Loading…
Cancel
Save