mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 08:51:54 -04:00
passing black lint
This commit is contained in:
parent
440b7039af
commit
6b51f36569
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ Duration: {0.duration}
|
|||
metadata |= {"size": stats.osize, "nfiles": stats.nfiles}
|
||||
metadata |= additional_metadata or {}
|
||||
if metadata.get("cwd") is None:
|
||||
del metadata["cwd"]
|
||||
del metadata["cwd"]
|
||||
metadata = ArchiveItem(metadata)
|
||||
data = self.key.pack_metadata(metadata.as_dict())
|
||||
self.id = self.repo_objs.id_hash(data)
|
||||
|
|
|
|||
Loading…
Reference in a new issue