From 26741563e5749f63aee9079c924cb28a36a6aedf Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 13 Nov 2019 15:59:41 -0500 Subject: JWSTDP prep utility refinements (#100) * Better error behavior; output of build config OS mappings in jwstdp prep utility. * Remove deprecated lines --- jwstdp/utils/params.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 jwstdp/utils/params.cfg (limited to 'jwstdp/utils/params.cfg') diff --git a/jwstdp/utils/params.cfg b/jwstdp/utils/params.cfg new file mode 100644 index 0000000..3cca334 --- /dev/null +++ b/jwstdp/utils/params.cfg @@ -0,0 +1,4 @@ +[main] +artifact_prefixes = conda_python_ reqs_ +art_url_base = https://bytesalad.stsci.edu/artifactory +art_repo = jwst-pipeline-results -- cgit