Skip to content

Commit

Permalink
Improve warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Sep 19, 2024
1 parent 01e74a5 commit 3172145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-info/cloud_info_catchall/share_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_project_vos(self, project):
vo = project.get("VO", None)
if not vo:
logging.warning(
f"Project {project['name']} as it does not have VO property"
f"Project {project['name']} does not have VO property"
)
vo = self.site_config_vo(project)
if not vo:
Expand Down

0 comments on commit 3172145

Please sign in to comment.