Skip to content

Commit

Permalink
fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 17, 2023
1 parent 08d530d commit 0e07c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/desi_tucson_transfer_catchup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion py/desitransfer/spacewatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e07c83

Please sign in to comment.