diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-11 14:51:46 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-11 14:51:46 +0100 |
| commit | 36181d34a93864336da6ccd22402ebab37f79778 (patch) | |
| tree | 510145301639214d11f40ef1cd6fc3cd308cf9da /DistUpgrade/DistUpgradeView.py | |
| parent | 37bb800eeb2d1d80836392b1b2f3d832882e7b01 (diff) | |
| download | python-apt-36181d34a93864336da6ccd22402ebab37f79778.tar.gz | |
* extended error reporting implemented
Diffstat (limited to 'DistUpgrade/DistUpgradeView.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeView.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeView.py b/DistUpgrade/DistUpgradeView.py index a36855d3..f45932f6 100644 --- a/DistUpgrade/DistUpgradeView.py +++ b/DistUpgrade/DistUpgradeView.py @@ -61,6 +61,6 @@ class DistUpgradeView(object): def askYesNoQuestion(self, summary, msg): " ask a Yes/No question and return True on 'Yes' " pass - def error(self, summary, msg): + def error(self, summary, msg, extended_msg=None): " display a error " pass |
