Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 17, 2024
1 parent 9b17633 commit bf26b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/desitransfer/tucson.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"--exclude", "exposures", "--exclude", "preproc",
"--exclude", "temp", "--exclude", "tiles"],
'spectro/redux/daily/exposures': exclude_years(2019) + ["--exclude", "*.tmp"],
'spectro/redux/daily/preproc': exclude_years(2019) + ["--exclude", "*.tmp", "--exclude", "preproc-*.fits",
"--exclude", "preproc-*.fits.gz"],
'spectro/redux/daily/preproc': exclude_years(2019) + ["--exclude", "*.tmp", "--exclude", "preproc-*.fits",
"--exclude", "preproc-*.fits.gz"],
'spectro/redux/daily/tiles': ["--exclude", "*.tmp", "--exclude", "temp"],
'spectro/templates/basis_templates': ["--exclude", ".svn", "--exclude", "basis_templates_svn-old"],
'survey/ops/surveyops/trunk': ["--exclude", ".svn", "--exclude", "cronupdate.log"],
Expand Down

0 comments on commit bf26b40

Please sign in to comment.