Skip to content

Commit

Permalink
[patch] Fix rogue output in catalog validation (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored and andrefgj committed Aug 12, 2024
1 parent 7e8b6db commit d58290d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/src/mas/cli/install/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def validateCatalogSource(self):
catalogDisplayName = catalog.spec.displayName

m = re.match(r".+(?P<catalogId>v[89]-(?P<catalogVersion>[0-9]+)-amd64)", catalogDisplayName)
print(f"m: {m}")
if m:
# catalogId = v8-yymmdd-amd64
# catalogVersion = yymmdd
Expand Down

0 comments on commit d58290d

Please sign in to comment.