diff options
| -rw-r--r-- | apt/debfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/debfile.py b/apt/debfile.py index 9545ca98..4fcd6ec0 100644 --- a/apt/debfile.py +++ b/apt/debfile.py @@ -357,7 +357,7 @@ class DebPackage(object): # check version res = self.compareToVersionInCache() - if res == self.VERSION_OUTDATED: # the deb is older than the installed + if res == VERSION_OUTDATED: # the deb is older than the installed self._failureString = _("A later version is already installed") return False |
