From 0e07c839cc1b50f167346936778a9492dfc73e21 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 17 Nov 2023 10:11:03 -0700 Subject: [PATCH] fix minor typos --- bin/desi_tucson_transfer_catchup.sh | 4 ++-- py/desitransfer/spacewatch.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/desi_tucson_transfer_catchup.sh b/bin/desi_tucson_transfer_catchup.sh index 4c6a6a0..e0b7d87 100755 --- a/bin/desi_tucson_transfer_catchup.sh +++ b/bin/desi_tucson_transfer_catchup.sh @@ -31,8 +31,8 @@ for d in engineering/focalplane engineering/focalplane/hwtables \ esac log=${log_root}/catchup_$(tr '/' '_' <<<${d}).log [[ -f ${log} ]] || touch ${log} - echo "${priority} ${syn} ${exclude} ${src}/${d}/ ${dst}/${d} &>> ${log} &" - # ${priority} ${syn} ${exclude} ${src}/${d}/ ${dst}/${d} &>> ${log} & + echo "${priority} ${syn} ${exclude} ${src}/${d}/ ${dst}/${d}/ &>> ${log} &" + # ${priority} ${syn} ${exclude} ${src}/${d}/ ${dst}/${d}/ &>> ${log} & done # log=${log_root}/catchup_engineering_focalplane.log diff --git a/py/desitransfer/spacewatch.py b/py/desitransfer/spacewatch.py index f5fd02f..39c905f 100644 --- a/py/desitransfer/spacewatch.py +++ b/py/desitransfer/spacewatch.py @@ -161,7 +161,7 @@ def main(): if options.server == 'SPACEWATCH_SERVER': log.critical("Spacewatch server name is not set!") return 1 - spacewatch_root = f'https://{options.server}/allsky-all/images/cropped/' + spacewatch_root = f'http://{options.server}/allsky-all/images/cropped/' if options.date is not None: today = options.date else: