Skip to content

Commit dcded94

Browse files
committed
firefly_client: 3.0.2 - patch to default show_lab_tab()
1 parent 25071b3 commit dcded94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

firefly_client/firefly_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ def _lab_env_tab_start(self, tab_type, html_file):
257257
# self.render_tree_id = 'slateClient-%s-%s' % (len(self.instances), round(time.time()))
258258
self.show_lab_tab(html_file)
259259

260-
def show_lab_tab(self, html_file):
261-
"""If using a jupyter lab tab- show it or reopen it. If not using a lab tab then noop"""
260+
def show_lab_tab(self, html_file=_def_html_file):
261+
"""If using a jupyter lab tab - show it or reopen it. If not using a lab tab then noop"""
262262
self.lab_env_tab_type = (LAB and
263263
self.dispatch(ACTION_DICT['StartLabWindow'],
264264
{'fireflyHtmlFile': html_file}))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='firefly_client',
7-
version='3.0.1',
7+
version='3.0.2',
88
description='Python API for Firefly',
99
author='IPAC LSST SUIT',
1010
license='BSD',

0 commit comments

Comments
 (0)