Skip to content

Commit

Permalink
Turning off .dat files because .xdi is so superior
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtitus committed Nov 12, 2024
1 parent 6120d44 commit 087e69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions end_of_run_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def export_all_streams(uid, beamline_acronym="ucal"):

logger.info("Exporting XDI")
exportToXDI(export_path, run)
logger.info("Exporting Athena")
exportToAthena(export_path, run)
# logger.info("Exporting Athena")
# exportToAthena(export_path, run)


@flow
Expand Down

0 comments on commit 087e69d

Please sign in to comment.