Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
vrymar committed Oct 16, 2024
1 parent 6444bf4 commit 2f4ec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana_import/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def main():
config["general"]["dashboard_name"] = args.dashboard_name

if args.action == "exporter" and (
"dashboard_name" not in config["general"] or config["general"]["dashboard_name"] is None
"dashboard_name" not in config["general"] or config["general"]["dashboard_name"] is None
):
logger.error("ERROR: no dashboard has been specified.")
logger.error("ERROR: no dashboard has been specified.")

Check warning on line 218 in grafana_import/cli.py

View check run for this annotation

Codecov / codecov/patch

grafana_import/cli.py#L217-L218

Added lines #L217 - L218 were not covered by tests
Expand Down

0 comments on commit 2f4ec26

Please sign in to comment.