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.
1 parent b9a5d59 commit 22ab3e1Copy full SHA for 22ab3e1
1 file changed
src/aind_ephys_portal/ephys_launcher_app.py
@@ -76,7 +76,7 @@ def _build_gui_url(self):
76
77
analyzer_path_q = urllib.parse.quote(analyzer_path, safe="")
78
recording_path_q = urllib.parse.quote(recording_path, safe="") if recording_path else ""
79
- path = EPHYSGUI_LINK_PREFIX.format(analyzer_path_q, recording_path_q)
+ path = EPHYSGUI_LINK_PREFIX.format(analyzer_path_q, recording_path_q, "") # use empty session for now
80
if self.fast_mode_checkbox.value:
81
path += "&fast_mode=true"
82
if self.preload_curation.value:
0 commit comments