Update tagging/create_manifests.py

This commit is contained in:
Ayaz Salikhov
2021-06-29 01:50:46 +03:00
committed by GitHub
parent 9159c549df
commit 45c8443cc8

View File

@@ -93,7 +93,9 @@ if __name__ == "__main__":
arg_parser = argparse.ArgumentParser() arg_parser = argparse.ArgumentParser()
arg_parser.add_argument( arg_parser.add_argument(
"--short-image-name", required=True, help="Short image name to apply tags for" "--short-image-name",
required=True,
help="Short image name to apply tags for",
) )
arg_parser.add_argument("--owner", required=True, help="Owner of the image") arg_parser.add_argument("--owner", required=True, help="Owner of the image")
arg_parser.add_argument("--wiki-path", required=True, help="Path to the wiki pages") arg_parser.add_argument("--wiki-path", required=True, help="Path to the wiki pages")