We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eab589 commit 912d6e8Copy full SHA for 912d6e8
supervisor/backups/backup.py
@@ -263,7 +263,7 @@ def __eq__(self, other: Any) -> bool:
263
264
# Compare all fields except ones about protection. Current encryption status does not affect equality
265
keys = self._data.keys() | other._data.keys()
266
- for k in keys - {ATTR_PROTECTED, ATTR_CRYPTO}:
+ for k in keys - {ATTR_PROTECTED, ATTR_CRYPTO, ATTR_DOCKER}:
267
if (
268
k not in self._data
269
or k not in other._data
0 commit comments