Skip to content

Commit

Permalink
py pix
Browse files Browse the repository at this point in the history
  • Loading branch information
CMIP-IPO: Automated GitHub Action committed Nov 18, 2023
1 parent 42d9619 commit 9a5f3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/libs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_latest_tag_info(repo_owner, repo_name, github_token=None):
# previous_commit = contents['version_metadata'].get('commit','')
short = f.replace('.json','')

template = {"version_metadata":OrderedDict({
template = OrderedDict({

"version_tag": tag,
"checksum": 'checksum',
Expand All @@ -170,7 +170,7 @@ def get_latest_tag_info(repo_owner, repo_name, github_token=None):
"CV_collection_version":CVs['tag_name'],
"specs_doc":"v6.5.0"

})} re
})


contents = OrderedDict(contents)
Expand Down

0 comments on commit 9a5f3a6

Please sign in to comment.