Skip to content

Commit

Permalink
Update src/ophyd_async/epics/adcore/_core_writer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom C (DLS) <101418278+coretl@users.noreply.github.com>
  • Loading branch information
jwlodek and coretl authored Dec 20, 2024
1 parent 3fcd541 commit 87d5fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ophyd_async/epics/adcore/_core_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
plugins: dict[str, NDPluginBaseIO] | None = None,
) -> None:
self._plugins = plugins
self._fileio = fileio
self.fileio = fileio
self._path_provider = path_provider
self._name_provider = name_provider
self._dataset_describer = dataset_describer
Expand Down

0 comments on commit 87d5fdd

Please sign in to comment.