git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6ef90aa
)
fix broken pkgs.py
master
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Sat, 25 Jan 2025 11:15:15 +0000
(12:15 +0100)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Sat, 25 Jan 2025 11:15:15 +0000
(12:15 +0100)
pkgs.py
patch
|
blob
|
history
diff --git
a/pkgs.py
b/pkgs.py
index
964a0cd
..
c588e5c
100755
(executable)
--- a/
pkgs.py
+++ b/
pkgs.py
@@
-177,7
+177,7
@@
class PkgsParser:
excluded += rights.split()
else:
if self.options.verbose:
excluded += rights.split()
else:
if self.options.verbose:
- print(f'{filename}:{lineno}: from {left}, including {rights},
+ print(f'{filename}:{lineno}: from {left}, including {rights}
'
,
file=stderr)
included += rights.split()
elif self.m_old.match(left):
file=stderr)
included += rights.split()
elif self.m_old.match(left):