diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 13:59:30 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-27 13:59:30 +0100 |
| commit | 47e43296af83b8a910708e00cf1a181b6dce8a98 (patch) | |
| tree | 90e72aecbd686cac9960eb26099bd1adcd0f15dd /UpdateManager | |
| parent | c5cfad6330c42c93aac66d97df43a9b6fb25bbe1 (diff) | |
| download | python-apt-47e43296af83b8a910708e00cf1a181b6dce8a98.tar.gz | |
* fix "script" -> "self.script"
Diffstat (limited to 'UpdateManager')
| -rw-r--r-- | UpdateManager/DistUpgradeFetcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/DistUpgradeFetcher.py b/UpdateManager/DistUpgradeFetcher.py index 7af32865..b6d9161b 100644 --- a/UpdateManager/DistUpgradeFetcher.py +++ b/UpdateManager/DistUpgradeFetcher.py @@ -156,7 +156,7 @@ class DistUpgradeFetcher(object): def runDistUpgrader(self): #print "runing: %s" % script - os.execv(script,[]) + os.execv(self.script,[]) def cleanup(self): # cleanup |
