commit | e1a6ababd613d7a690b953ee7476c4490c0e8f4b | [log] [tgz] |
---|---|---|
author | okozachenko1203 <62775347+okozachenko1203@users.noreply.github.com> | Mon May 10 10:13:51 2021 +0200 |
committer | GitHub <noreply@github.com> | Mon May 10 10:13:51 2021 +0200 |
tree | 79c2b7783fa30aac63362c13df9067876d61c3e0 | |
parent | 5be06e2066e7b83f6f1e36dabbfcaffa25e4761d [diff] |
Update result.py fix double []
diff --git a/staffeln/conductor/result.py b/staffeln/conductor/result.py index eeb9c29..a76d99e 100644 --- a/staffeln/conductor/result.py +++ b/staffeln/conductor/result.py
@@ -94,7 +94,7 @@ [ "Volume ID: %s, Reason: %s" % (str(e["volume_id"]), str(e["reason"])) - for e in self.failed_backup_list[[project["id"]]] + for e in self.failed_backup_list[project["id"]] ] )