From e39f24bb03b82a23164d2a12fe2d2735ce73569f Mon Sep 17 00:00:00 2001 From: Dietmar Eggemann Date: Thu, 31 Dec 2020 17:51:51 +0100 Subject: [PATCH] tools: batch-rebase: Add required positional argument get_help() is missing the required positional argument 'style'. Add it. Signed-off-by: Dietmar Eggemann --- tools/batch-rebase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/batch-rebase b/tools/batch-rebase index 75f59c6aa..229e42f90 100755 --- a/tools/batch-rebase +++ b/tools/batch-rebase @@ -496,7 +496,7 @@ def main(): url: git://linux-arm.org/linux-power.git - ''').format(manifest_doc=BatchRebaseManifest.get_help()), + ''').format(manifest_doc=BatchRebaseManifest.get_help(style=None)), formatter_class=argparse.RawDescriptionHelpFormatter, ) -- GitLab