Skip to content

Commit

Permalink
added JS9_VERSION disablement
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Sep 20, 2023
1 parent 4617f63 commit 59a609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup-radiopadre-virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ if PUPPETEER_VERSION:
# "'")

# install JS9
if not options.no_js9:
if not options.no_js9 and JS9_VERSION:
js9status = open(PADRE_VENV + "/js9status", "w")
js9_www = None
try:
Expand Down

0 comments on commit 59a609a

Please sign in to comment.