Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/dbapi/
Date: Mon, 03 Aug 2020 23:28:24
Message-Id: 1596497282.8af9f6d49363a1faeaa29a4fe00426dd2a1fabb4.zmedico@gentoo
1 commit: 8af9f6d49363a1faeaa29a4fe00426dd2a1fabb4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 22:43:14 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 23:28:02 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8af9f6d4
7
8 lib/portage/dbapi/bintree.py: fix whitespace
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 lib/portage/dbapi/bintree.py | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/lib/portage/dbapi/bintree.py b/lib/portage/dbapi/bintree.py
17 index 97be51121..59c265688 100644
18 --- a/lib/portage/dbapi/bintree.py
19 +++ b/lib/portage/dbapi/bintree.py
20 @@ -1686,7 +1686,7 @@ class binarytree:
21 resume = True
22 writemsg(_("Resuming download of this tbz2, but it is possible that it is corrupt.\n"),
23 noiselevel=-1)
24 -
25 +
26 mydest = os.path.dirname(self.getname(pkgname))
27 self._ensure_dir(mydest)
28 # urljoin doesn't work correctly with unrecognized protocols like sftp