]> git.pld-linux.org Git - packages/createrepo.git/blob - createrepo-typo.patch
- fix typo
[packages/createrepo.git] / createrepo-typo.patch
1 --- createrepo-0.9.5/createrepo/__init__.py~    2008-02-18 21:30:13.000000000 +0100
2 +++ createrepo-0.9.5/createrepo/__init__.py     2008-09-01 21:42:52.356081079 +0200
3 @@ -369,7 +369,7 @@
4          # and work down from there for the baseurl
5  
6          if po.checksum in (None, ""):
7 -            raise MDError, "No Package ID found for package %s, not going to add it" % e
8 +            raise MDError, "No Package ID found for package %s, not going to add it" % rpmfile
9          
10          return po
11  
This page took 0.126465 seconds and 4 git commands to generate.