summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewNonInteractive.py
diff options
context:
space:
mode:
Diffstat (limited to 'DistUpgrade/DistUpgradeViewNonInteractive.py')
-rw-r--r--DistUpgrade/DistUpgradeViewNonInteractive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewNonInteractive.py b/DistUpgrade/DistUpgradeViewNonInteractive.py
index e8236565..07eea2ac 100644
--- a/DistUpgrade/DistUpgradeViewNonInteractive.py
+++ b/DistUpgrade/DistUpgradeViewNonInteractive.py
@@ -71,5 +71,5 @@ class NonInteractiveDistUpgradeView(object):
return False
def error(self, summary, msg, extended_msg=None):
" display a error "
- logging.error("%s %s (%s)" % (summary, msg, extended_msg)
+ logging.error("%s %s (%s)" % (summary, msg, extended_msg))