Skip to content

Commit

Permalink
add morning engineering transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Oct 21, 2024
1 parent 73db521 commit 40b3d1e
Showing 1 changed file with 3 additions and 1 deletion.
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 40b3d1e

Please sign in to comment.