Skip to content

Commit

Permalink
fixes ratt-ru/radiopadre#112 some more
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Nov 17, 2021
1 parent d1b3fc8 commit 50cfc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiopadre_client/backends/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def update_installation():
bye("no radiopadre installation method specified (see --server-install options)")

if config.VENV_IGNORE_JS9:
env = dict(RADIOPADRE_JS9_IGNORE_ERRORS=1)
env = dict(RADIOPADRE_JS9_IGNORE_ERRORS='1')
else:
env = None

Expand Down

0 comments on commit 50cfc2d

Please sign in to comment.