Skip to content
Snippets Groups Projects
Commit 958316d3 authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

Move exdf.data_reduction.writer to exdf.data_reduction.red_writer

parent f1ad47d1
No related branches found
No related tags found
2 merge requests!6Simplify reduction operation implementations and error handling,!4Simplify reduction operation implementations and error handling
...@@ -12,7 +12,7 @@ import sys ...@@ -12,7 +12,7 @@ import sys
from pkg_resources import iter_entry_points from pkg_resources import iter_entry_points
from extra_data import RunDirectory, open_run from extra_data import RunDirectory, open_run
from ..data_reduction.writer import ReduceWriter from ..data_reduction.red_writer import ReduceWriter
def _parse_args(argv): def _parse_args(argv):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment