createrepo/__init__.py
[email protected] (James Antill)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
createrepo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 38eb731765ec71a1f71e1c35b1888043d4160205 Author: James Antill <[email protected]> Date: Sat Apr 18 13:52:51 2009 -0400 Fix copy and paste error on message diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 54afb86..7566628 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -640,7 +640,7 @@ class MetaDataGenerator: fp = d + '/' + f if int(os.stat(fp)[stat.ST_SIZE]) > self.conf.max_delta_rpm_size: self.callback.log("Skipping %s package " \ - "that is > max_delta_rpm_size" % pkg) + "that is > max_delta_rpm_size" % f) continue if not self._old_package_dict.has_key(d): self._old_package_dict[d] = []