Skip to content

Commit

Permalink
Merge branch 'b1.2.x' of github.com:ratt-ru/radiopadre-client into b1…
Browse files Browse the repository at this point in the history
….2.x
  • Loading branch information
o-smirnov committed Jun 3, 2021
2 parents fc506e3 + 13cc051 commit d8c5e02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions radiopadre_client/backends/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,10 @@ def start_session(container_name, selected_ports, userside_ports, notebook_path,
iglesia.init_helpers(radiopadre_base, verbose=config.VERBOSE > 0,
interactive=not config.NBCONVERT, certificate=config.SERVER_PEM)

# add CARTA UR, if configured
# add CARTA URL, if configured
if config.CARTA_BROWSER and iglesia.CARTA_VERSION:
browser_urls.append(iglesia.get_carta_url())
if type(browser_urls) is list:
browser_urls.append(iglesia.get_carta_url())

## start jupyter process
jupyter_path = config.RADIOPADRE_VENV + "/bin/jupyter"
Expand Down

0 comments on commit d8c5e02

Please sign in to comment.