Skip to content

Commit

Permalink
[Config] Fix typo in config enrichment from server (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Apr 12, 2021
1 parent 308469c commit bfbb5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlrun/db/httpdb.py
Expand Up @@ -244,7 +244,7 @@ def connect(self, secrets=None):
config.scrape_metrics = (
server_cfg.get("scrape_metrics")
if server_cfg.get("scrape_metrics") is not None
else config.kfp_image
else config.scrape_metrics
)
except Exception:
pass
Expand Down

0 comments on commit bfbb5f5

Please sign in to comment.