Files
patroni/patroni
Rok MandeljcandGitHub 96ebf42dc7 Fix problem with PyInstaller-frozen code and dot in the path (#1994)
If `PyInstaller`-frozen application using `patroni` is placed in a location that contains a dot in the path, the `dcs_modules()` function in `patroni.dcs` breaks because `pkgutil.iter_importers()` treats the given path as a package name.

Ref: pyinstaller/pyinstaller#5944

This can be avoided altogether by not passing a path to `iter_importers()`, because `PyInstaller`'s `FrozenImporter` is a singleton and registered as top-level finder.
2021-07-02 08:44:45 +02:00
..
2019-11-21 13:27:55 +01:00
2020-12-16 18:58:54 +01:00
2020-07-29 15:34:44 +02:00
2020-07-28 08:37:04 +02:00
2021-07-02 08:27:17 +02:00
2021-03-25 16:18:23 +01:00
2021-02-22 12:28:19 +01:00