Skip to content

Commit

Permalink
[chore][Tanzu] Clarify warning message from script (#5438)
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Oct 3, 2024
1 parent f86ae11 commit 6b56044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/cloudfoundry/tile/scripts/generate_osdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def parse_dependencies():
if len(version) > 0:
dep_name_ver += "-" + version
else:
print("Found invalid ver for " + sections[DEP_INDEX.NAME])
print("Note: Found empty ver for " + sections[DEP_INDEX.NAME] + ", proceeding without version.")

dep_license = license_parser(sections[DEP_INDEX.LICENSE])

Expand Down

0 comments on commit 6b56044

Please sign in to comment.