We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05d643b + 78a2f5e commit 7fdf365Copy full SHA for 7fdf365
adaptive/notebook_integration.py
@@ -159,7 +159,7 @@ async def updater():
159
await asyncio.sleep(update_interval)
160
event() # fire off one last update before we die
161
finally:
162
- if active_plotting_tasks[name] is asyncio.Task.current_task():
+ if active_plotting_tasks[name] is asyncio.current_task():
163
active_plotting_tasks.pop(name, None)
164
cancel_button.layout.display = "none" # remove cancel button
165
0 commit comments