Skip to content

Commit

Permalink
Merge pull request #30 from spacetelescope/arr_tp14.1_
Browse files Browse the repository at this point in the history
Update for TP14.1
  • Loading branch information
ariedel authored Mar 21, 2023
2 parents a372a50 + 227c9c5 commit 32b872d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cgi/secure/sso.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_13.1/bin/python
#!/internal/data1/other/tp_14.1/envs/pandeia_14.1/bin/python
from os import environ
from re import match, compile

Expand Down
2 changes: 1 addition & 1 deletion cgi/secure/ssph_admin.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_13.1/bin/python
#!/internal/data1/other/tp_14.1/envs/pandeia_14.1/bin/python
# This hook is modified and used for each cgi that gets installed
import sys
sys.path.append("/internal/data1/other/pylibs/ssph")
Expand Down
2 changes: 1 addition & 1 deletion cgi/secure/ssph_auth.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_13.1/bin/python
#!/internal/data1/other/tp_14.1/envs/pandeia_14.1/bin/python
# This hook is modified and used for each cgi that gets installed
import sys
sys.path.append("/internal/data1/other/pylibs/ssph")
Expand Down
2 changes: 1 addition & 1 deletion cgi/unsecured/ssph_confirm.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_13.1/bin/python
#!/internal/data1/other/tp_14.1/envs/pandeia_14.1/bin/python
# This hook is modified and used for each cgi that gets installed
import sys
sys.path.append("/internal/data1/other/pylibs/ssph")
Expand Down

0 comments on commit 32b872d

Please sign in to comment.