From e52fcda7c1d41e63d715b9534d5f20abb59abb51 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 29 Jun 2021 01:51:08 +0300 Subject: [PATCH] Update tagging/tag_image.py --- tagging/tag_image.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tagging/tag_image.py b/tagging/tag_image.py index 0c38f0e7..3aef779a 100755 --- a/tagging/tag_image.py +++ b/tagging/tag_image.py @@ -32,7 +32,9 @@ if __name__ == "__main__": arg_parser = argparse.ArgumentParser() 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") args = arg_parser.parse_args()