summaryrefslogtreecommitdiff
path: root/obnamlib/structurederror.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-04 16:32:03 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-04 16:32:03 +0300
commit4417aee6f26adabc46552b53481656d9e37281b1 (patch)
tree16c671c1f1089f09142a5c17f231ab0ce17d8240 /obnamlib/structurederror.py
parent572faf19054c59bf6ecf181b448c4392b35548df (diff)
downloadobnam-4417aee6f26adabc46552b53481656d9e37281b1.tar.gz
Cleanups suggested by pep8
Diffstat (limited to 'obnamlib/structurederror.py')
-rw-r--r--obnamlib/structurederror.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/structurederror.py b/obnamlib/structurederror.py
index ceddbb6c..581a762e 100644
--- a/obnamlib/structurederror.py
+++ b/obnamlib/structurederror.py
@@ -112,7 +112,7 @@ class StructuredError(Exception):
else:
dedented = (textwrap.dedent(lines[0]) +
textwrap.dedent(''.join(lines[1:])))
-
+
try:
formatted_msg = dedented.format(**self.kwargs)
except KeyError as e: