Skip to content

Commit

Permalink
Merge pull request #63 from desihub/endofnight
Browse files Browse the repository at this point in the history
Add morning 'endofnight' transfer
  • Loading branch information
weaverba137 authored Oct 23, 2024
2 parents 73db521 + 7141c6e commit f36bef6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
Change Log
==========

1.0.4 (unreleased)
1.0.4 (2024-10-23)
------------------

* No changes yet.
* Add ``engineering/focalplane/endofnight`` to morning engineering transfers (PR `#63`_).

.. _`#63`: https://github.com/desihub/desitransfer/pull/63

1.0.3 (2024-09-26)
------------------
Expand Down
4 changes: 3 additions & 1 deletion py/desitransfer/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ def _config(timeframe):
if timeframe == 'morning':
return [DailyDirectory('/software/www2/html/nightlogs',
os.path.join(survey, 'ops', 'nightlogs'),
extra=['--include-from', nightlog_include, '--exclude', '*']),]
extra=['--include-from', nightlog_include, '--exclude', '*']),
DailyDirectory('/data/focalplane/endofnight',
os.path.join(engineering, 'focalplane', 'endofnight'))]
else:
return [DailyDirectory('/data/dts/exposures/lost+found',
os.path.join(spectro, 'staging', 'lost+found'),
Expand Down

0 comments on commit f36bef6

Please sign in to comment.