This prevents configs from being built from an editable install in a path with any element ending with the string "ampel", e.g. /Users/foo/work/some_stuff_for_ampel/Ampel-HU-astro causes register_distrib_units to attempt to import a module called ampel.Ampel-HU-astro. The same issue likely arises if the venv path has any parent element ending in ampel.
This prevents configs from being built from an editable install in a path with any element ending with the string "ampel", e.g.
/Users/foo/work/some_stuff_for_ampel/Ampel-HU-astrocausesregister_distrib_unitsto attempt to import a module calledampel.Ampel-HU-astro. The same issue likely arises if the venv path has any parent element ending in ampel.