Skip to content

Commit

Permalink
updating export
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotGann committed May 28, 2019
1 parent 9634f03 commit 6a0d186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startup/80-export.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def subfactory(name, descriptor_doc):
f'{formatted_date}/'
'{start[scan_id]}-'
'{start[sample]}-'
'{event[data][Beamline Energy_energy]:.2f}eV-'
#'{event[data][Beamline Energy_energy]:.2f}eV-'
),
directory=USERDIR,
flush=True)
Expand All @@ -81,7 +81,7 @@ def subfactory(name, descriptor_doc):
f'{formatted_date}/'
'{start[scan_id]}-'
'{start[sample]}-'
'{event[data][Beamline Energy_energy]:.2f}eV-'
#'{event[data][Beamline Energy_energy]:.2f}eV-'
),
directory=USERDIR)
serializer('start', start_doc)
Expand Down

0 comments on commit 6a0d186

Please sign in to comment.