Skip to content

Commit

Permalink
changed CARTA version
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Sep 20, 2023
1 parent 59862a4 commit 0de1fa9
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 @@ -16,7 +16,7 @@ PADRE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
JS9_VERSION = os.environ.get("RADIOPADRE_JS9_VERSION", "3.6.1")
JS9_IGNORE_ERRORS = os.environ.get("RADIOPADRE_JS9_IGNORE_ERRORS")

CARTA_VERSION = os.environ.get("RADIOPADRE_CARTA_VERSION", "3.0")
CARTA_VERSION = os.environ.get("RADIOPADRE_CARTA_VERSION", "3.0.0")
SYSTEM_CARTA = os.environ.get("RADIOPADRE_SYSTEM_CARTA", "True")
if SYSTEM_CARTA.upper() in ("0", "FALSE", ""):
SYSTEM_CARTA = False
Expand Down

0 comments on commit 0de1fa9

Please sign in to comment.