[med-svn] [Git][med-team/community/debian-med-flyer][master] Fix syntax
Andreas Tille
gitlab at salsa.debian.org
Wed Mar 25 16:04:28 GMT 2020
Andreas Tille pushed to branch master at Debian Med / community / debian-med-flyer
Commits:
e20ec6d1 by Andreas Tille at 2020-03-25T17:04:06+01:00
Fix syntax
- - - - -
1 changed file:
- debian-med-wordcloud.py
Changes:
=====================================
debian-med-wordcloud.py
=====================================
@@ -75,7 +75,7 @@ for t in med_tasks:
maint = pt.record['maintainer']
if name not in exclude:
# pp = popcon.package(name) # that's "install"
- pp = popcon.package_raw(name)
+ pp = popcon.packages_raw([name,])
srcname = renaming.get(srcname, srcname)
tt.setdefault(srcname, 0)
# tt[srcname] = max(pp[name], tt[srcname])
View it on GitLab: https://salsa.debian.org/med-team/community/debian-med-flyer/-/commit/e20ec6d107f6cb0fcc4547e684c44922376e607b
--
View it on GitLab: https://salsa.debian.org/med-team/community/debian-med-flyer/-/commit/e20ec6d107f6cb0fcc4547e684c44922376e607b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200325/aeb8dbde/attachment-0001.html>
More information about the debian-med-commit
mailing list