DiamondLightSource / DiamondLightSource/dodal
Make a default PATH_PROVIDER to write to tmp if one if not provided
Open
enhancement
- Dominant language
- Python
- Stars
- 5
- Forks
- 13
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 10
Description
With the development of using numtracker for a path provider we would want a default path provider to exist for if people don't set one. This is with the idea that blueapi will control the path provider going forward. We need to discuss how we want to go forward with this.
```
PATH_PROVIDER: PathProvider = StaticPathProvider(UUIDFilenameProvider(), "/tmp")
```
Contributor guide
Assessment
This issue has not been assessed yet.