diff options
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 |
