Skip to content

Commit

Permalink
Raise error if latest version key is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin9977 committed Aug 21, 2022
1 parent e77976b commit da57f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen_new_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def _gen_versions_json(self) -> dict:
raise ValueError
except KeyError:
log.info("No latest_version key found")
raise KeyError
dict_versions.update(
{
self.app_name: {
Expand Down

0 comments on commit da57f05

Please sign in to comment.