summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/restore_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-06 21:30:05 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-08 13:40:19 +0000
commitfebf13461193c4feb5e7a2923288fb5086086dfe (patch)
treedea5799ffb5ea737a8e2bee579b3ef74ac545d91 /obnamlib/plugins/restore_plugin.py
parent04fb909d0020b68a87138e58168ce4cb8b811565 (diff)
downloadobnam-febf13461193c4feb5e7a2923288fb5086086dfe.tar.gz
Break long line
Diffstat (limited to 'obnamlib/plugins/restore_plugin.py')
-rw-r--r--obnamlib/plugins/restore_plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/obnamlib/plugins/restore_plugin.py b/obnamlib/plugins/restore_plugin.py
index 87814ad7..2456930c 100644
--- a/obnamlib/plugins/restore_plugin.py
+++ b/obnamlib/plugins/restore_plugin.py
@@ -240,7 +240,8 @@ class RestorePlugin(obnamlib.ObnamPlugin):
self.app.ts.error(msg)
self.errors = True
except Exception, e:
- # Reaching this code path means we've hit a bug, so we log a full traceback.
+ # Reaching this code path means we've hit a bug, so we log
+ # a full traceback.
msg = "Failed to restore %s:" % (pathname,)
logging.exception(msg)
self.app.ts.error(msg + " " + str(e))