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 fbb895e commit 6cd79a6
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 @@ -48,7 +48,7 @@ def __init__(
mimetype: str = "",
plugins: dict[str, NDPluginBaseIO] | None = None,
) -> None:
self._plugins = plugins
self._plugins = plugins or {}
self.fileio = fileio
self._path_provider = path_provider
self._name_provider = name_provider
Expand Down

0 comments on commit 6cd79a6

Please sign in to comment.