fix flake8

This commit is contained in:
Tomas Kopecek 2020-08-25 15:03:01 +02:00
parent a1593f5243
commit 69d81e3c2d

View file

@ -3009,7 +3009,8 @@ def anon_handle_list_builds(goptions, session, args):
parser.add_option("--task", help=_("List builds for this task"))
parser.add_option("--type", help=_("List builds of this type."))
parser.add_option("--prefix", help=_("Only builds starting with this prefix"))
parser.add_option("--source", help=_("Only builds where the source field matches (glob pattern)"))
parser.add_option("--source", help=_("Only builds where the source field matches "
"(glob pattern)"))
parser.add_option("--owner", help=_("List builds built by this owner"))
parser.add_option("--volume", help=_("List builds by volume ID"))
parser.add_option("-k", "--sort-key", action="append", metavar='FIELD',