mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-17 07:13:18 +01:00
* Fix CID file handling to prevent directory creation It seems that under certain conditions Docker creates a directory instead of a file for the CID file. This change ensures that the CID file is always created as a file, and any existing directory is removed before creating the file. * Fix tests * Fix pytest