summaryrefslogtreecommitdiff
path: root/obnamlib/plugins/restore_plugin.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-13 16:55:00 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-13 16:55:00 +0100
commit7d0806ff57733a2ad3b1ff5a97556b584ac96c62 (patch)
tree56f0d0b6a97f177f8a5d91086daa7841f67cbb93 /obnamlib/plugins/restore_plugin.py
parentd8c1689a7fe5966dec55d370a6ad82b9926e0b37 (diff)
downloadobnam-7d0806ff57733a2ad3b1ff5a97556b584ac96c62.tar.gz
Format long lines
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 12031db3..22162685 100644
--- a/obnamlib/plugins/restore_plugin.py
+++ b/obnamlib/plugins/restore_plugin.py
@@ -249,7 +249,8 @@ class RestorePlugin(obnamlib.ObnamPlugin):
if self.write_ok:
if not self.fs.exists('./' + root):
self.fs.mkdir('./' + root)
- self.app.dump_memory_profile('after recursing through %s' % repr(root))
+ self.app.dump_memory_profile(
+ 'after recursing through %s' % repr(root))
def restore_hardlink(self, filename, link, metadata):
logging.debug('restoring hardlink %s to %s' % (filename, link))