Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 55/68] lib/portage/dbapi/bintree.py: fix whitespace
Date: Mon, 03 Aug 2020 22:46:29
Message-Id: 20200803224327.1593726-55-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/dbapi/bintree.py | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py
7 index 97be51121..59c265688 100644
8 --- a/lib/portage/dbapi/bintree.py
9 +++ b/lib/portage/dbapi/bintree.py
10 @@ -1686,7 +1686,7 @@ class binarytree:
11 resume = True
12 writemsg(_("Resuming download of this tbz2, but it is possible that it is corrupt.\n"),
13 noiselevel=-1)
14 -
15 +
16 mydest = os.path.dirname(self.getname(pkgname))
17 self._ensure_dir(mydest)
18 # urljoin doesn't work correctly with unrecognized protocols like sftp
19 --
20 2.28.0