Skip to content
Snippets Groups Projects
Commit 699ee77b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

pep8

parent 2c3ab4cc
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,8 @@ def provision(config):
# get dashboard UIDs from ignored folders
# and make sure we don't touch them
for name in ignored_folders:
logger.info(f'Ignoring dashboards under the folder {org["name"]}/{name}')
logger.info(
f'Ignoring dashboards under the folder {org["name"]}/{name}')
folder = find_folder(token_request, name)
to_ignore = list_dashboards(token_request, folder['id'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment