Skip to content

Commit

Permalink
Copy pasting like crazy never helps
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Sep 19, 2024
1 parent 9681acf commit a01f189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-info/cloud_info_catchall/config_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_fallback_mapping(site_config):
mapping = {}
if not site_config:
return mapping
with open(self.site_config, "r") as f:
with open(site_config, "r") as f:
cloud_info_config = yaml.load(f.read(), Loader=yaml.SafeLoader)
shares = cloud_info_config.get("compute", {}).get("shares", {})
for share in shares.values():
Expand Down

0 comments on commit a01f189

Please sign in to comment.