Skip to content

Commit

Permalink
update set server condition
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Nov 13, 2024
1 parent 7971ed8 commit bc8d377
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"\n",
"# import crds after setting up the required environment variables\n",
"from crds import client\n",
"if client.get_crds_server is None:\n",
"if client.get_crds_server() != os.environ['CRDS_SERVER_URL']:\n",
" client.set_crds_server('https://jwst-crds.stsci.edu')"
]
},
Expand Down Expand Up @@ -1158,7 +1158,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.10"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit bc8d377

Please sign in to comment.