Skip to content

Commit

Permalink
deleted statement with no effect in conf.py (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grashalmbeisser authored Oct 11, 2024
1 parent 05724f3 commit 0b9628e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/viur_cli/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def migrate(self):
format_version_updated = False

for entry in ("admin", "scriptor", "vi"):
if not self["default"]["builds"]:
self["default"]["builds"]
if entry in self["default"]:
version_value = self["default"][entry].lstrip("v")
self["default"]["builds"][entry] = {
Expand Down

0 comments on commit 0b9628e

Please sign in to comment.