diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-06-13 17:34:09 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-06-13 17:34:09 +0000 |
commit | 4f4c89f0b505c1aa33bcc9036e1159fac427b7e5 (patch) | |
tree | 3307b58703a97ed53158b5c50883c654e54367ca /yuminstall.py | |
parent | d57c45413aa7ff367ce87b83ce3ab658f04f19bf (diff) | |
download | anaconda-4f4c89f0b505c1aa33bcc9036e1159fac427b7e5.tar.gz anaconda-4f4c89f0b505c1aa33bcc9036e1159fac427b7e5.tar.xz anaconda-4f4c89f0b505c1aa33bcc9036e1159fac427b7e5.zip |
... and the right fix here
Diffstat (limited to 'yuminstall.py')
-rw-r--r-- | yuminstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py index fef476593..bd765160e 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -137,7 +137,7 @@ class simpleCallback: while self.files[nvra] == None: try: - fn = repo.getAttribute(relative=path, local=po.localPkg()) + fn = repo.getPackage(po) f = open(fn, 'r') self.files[nvra] = f |