From 9159c549df5f4d99534b0b9e0806c6cee42cbc54 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 29 Jun 2021 01:50:38 +0300 Subject: [PATCH] Update tagging/create_manifests.py --- tagging/create_manifests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tagging/create_manifests.py b/tagging/create_manifests.py index b4064d82..caba1f97 100755 --- a/tagging/create_manifests.py +++ b/tagging/create_manifests.py @@ -63,7 +63,8 @@ def create_manifest_file( commit_hash_tag = GitHelper.commit_hash_tag() manifest_file = os.path.join( - wiki_path, f"manifests/{short_image_name}-{commit_hash_tag}.md" + wiki_path, + f"manifests/{short_image_name}-{commit_hash_tag}.md", ) markdown_pieces = [