Skip to content

Commit

Permalink
firefly_client: 3.0.2 - patch to default show_lab_tab()
Browse files Browse the repository at this point in the history
  • Loading branch information
robyww committed Jun 21, 2024
1 parent 25071b3 commit dcded94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions firefly_client/firefly_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ def _lab_env_tab_start(self, tab_type, html_file):
# self.render_tree_id = 'slateClient-%s-%s' % (len(self.instances), round(time.time()))
self.show_lab_tab(html_file)

def show_lab_tab(self, html_file):
"""If using a jupyter lab tab- show it or reopen it. If not using a lab tab then noop"""
def show_lab_tab(self, html_file=_def_html_file):
"""If using a jupyter lab tab - show it or reopen it. If not using a lab tab then noop"""
self.lab_env_tab_type = (LAB and
self.dispatch(ACTION_DICT['StartLabWindow'],
{'fireflyHtmlFile': html_file}))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='firefly_client',
version='3.0.1',
version='3.0.2',
description='Python API for Firefly',
author='IPAC LSST SUIT',
license='BSD',
Expand Down

0 comments on commit dcded94

Please sign in to comment.