aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RepSys/log.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepSys/log.py b/RepSys/log.py
index cf913f8..5c29876 100644
--- a/RepSys/log.py
+++ b/RepSys/log.py
@@ -104,6 +104,7 @@ def format_lines(lines):
entrylines = []
perexpr = re.compile(r"([^%])%([^%])")
for line in lines:
+ line = line.lstrip()
if line:
line = perexpr.sub("\\1%%\\2", line)
if first: