From 59a609a65d894a48fed3a178dcff61b97fdbc956 Mon Sep 17 00:00:00 2001 From: Oleg Smirnov Date: Wed, 20 Sep 2023 15:00:13 +0200 Subject: [PATCH] added JS9_VERSION disablement --- bin/setup-radiopadre-virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup-radiopadre-virtualenv b/bin/setup-radiopadre-virtualenv index d60a736..3822411 100755 --- a/bin/setup-radiopadre-virtualenv +++ b/bin/setup-radiopadre-virtualenv @@ -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: