Set theory
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-11-10 21:56:51 +00:00
parent 771cf31824
commit 52e52a1e1d
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def get_backup_cmds():
path_ = Path(VOLUME_PATH) / f"{stack_name}_{mount['Source']}"
logging.debug(
f"Added backup path {path_}")
backup_paths = backup_paths.union(path_)
backup_paths = backup_paths.add(path_)
if not (container := container_by_service.get(s.name)):
logging.error(
f"Container {s.name} is not running, hooks can not be executed")