File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1715,7 +1715,7 @@ def updateASANOptions():
17151715
17161716def updateASANLabel (entry_index ):
17171717 if not INTERACTIVE : return
1718- if getDBInfo (): entry_index += 2
1718+ if getDBInfo (): entry_index += 1
17191719 label = toolsTab .entrycget (entry_index , "label" )
17201720 if label [0 ].startswith ('E' ): label = 'Dis' + label [2 :]
17211721 else : label = 'En' + label [3 :]
Original file line number Diff line number Diff line change @@ -501,9 +501,6 @@ elif [ "$MAC" = "juno_coda" ]; then
501501 module load fsdm
502502 module load fsoversetblanking
503503
504- # PROD_PATH=/stck/rhea/opt/python3.10_modules/bin
505- # PROD_PYTHONPATH=/stck/rhea/opt/python3.10_modules/lib/python3.10/site-packages
506-
507504 export PYTHONEXE=python3
508505 export PRODMODE=1
509506 export PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -628,9 +625,6 @@ elif [ "$MAC" = "sator_coda" ]; then
628625 module load fsdm
629626 module load fsoversetblanking
630627
631- # PROD_PATH=/stck/rhea/opt/python3.10_modules/bin
632- # PROD_PYTHONPATH=/stck/rhea/opt/python3.10_modules/lib/python3.10/site-packages
633-
634628 export OMP_PLACES=cores
635629 export PYTHONEXE=python3
636630 export PRODMODE=1
You can’t perform that action at this time.
0 commit comments