Skip to content

Commit

Permalink
Use correctly-calculated html_file parameter for new display
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Jun 13, 2024
1 parent 33d1c0e commit 49175ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/display/firefly/firefly.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self, display, verbose=False, url=None,
print('Starting Jupyterlab client')
_fireflyClient = firefly_client.FireflyClient.make_lab_client(
start_tab=True, start_browser_tab=start_browser_tab,
html_file=kwargs.get('html_file'), verbose=verbose,
html_file=html_file, verbose=verbose,
token=token)

else:
Expand Down

0 comments on commit 49175ed

Please sign in to comment.