diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-16 11:26:07 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-16 11:26:07 +0200 |
| commit | ef22ff2394fa60c8cff739a3caf4014fbcf7531c (patch) | |
| tree | c7dbab3271d01b4a53f52d21aa41482fb637835f /UpdateManager/Common/aptsources.py | |
| parent | 77bd6849a9bcd0855b47244558f1df7bc64da197 (diff) | |
| download | python-apt-ef22ff2394fa60c8cff739a3caf4014fbcf7531c.tar.gz | |
* bugfixes for the non-interactive mode
Diffstat (limited to 'UpdateManager/Common/aptsources.py')
| -rw-r--r-- | UpdateManager/Common/aptsources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/Common/aptsources.py b/UpdateManager/Common/aptsources.py index 81b65cfa..836b8fae 100644 --- a/UpdateManager/Common/aptsources.py +++ b/UpdateManager/Common/aptsources.py @@ -396,7 +396,7 @@ class SourceEntryMatcher: f = os.path.basename(f) i = f.find(".info") f = f[0:i] - dist = DistInfo(f) + dist = DistInfo(f,base_dir=matcherPath) for suite in dist.suites: if suite.match_uri != None: self.templates.append(suite) |
