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

remove use of feature not available in python 3.6

parent 7129015b
Branches
Tags
No related merge requests found
...@@ -989,7 +989,7 @@ def get_dashboard_data( ...@@ -989,7 +989,7 @@ def get_dashboard_data(
): ):
yield dash yield dash
finally: finally:
executor.shutdown(wait=False, cancel_futures=True) executor.shutdown(wait=False)
def create_aggregate_panel(title, gridpos, targets, datasource): def create_aggregate_panel(title, gridpos, targets, datasource):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment