set.add() returns None 🤡
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-11-10 22:00:35 +00:00
parent 52e52a1e1d
commit c93d5c6f44
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.add(path_)
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")