[projects/pld-builder.new] Log blacklist name without newline added.
arekm
arekm at pld-linux.org
Thu Oct 14 09:19:16 CEST 2021
commit 6e33d70eff732c13c10ee0cd085d5b650dda9897
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu Oct 14 09:02:13 2021 +0200
Log blacklist name without newline added.
PLD_Builder/blacklist.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/blacklist.py b/PLD_Builder/blacklist.py
index 3f55238..1455ffe 100644
--- a/PLD_Builder/blacklist.py
+++ b/PLD_Builder/blacklist.py
@@ -34,7 +34,7 @@ class Blacklist_File:
if re.match(r"^#.*", p):
continue
self.blacklist.add(p)
- log.notice("blacklist added: %s" % l)
+ log.notice("blacklist added: %s" % p)
f.close()
status.pop()
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/6e33d70eff732c13c10ee0cd085d5b650dda9897
More information about the pld-cvs-commit
mailing list