Commit efa34f14 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Code cleanup

parent 2a9caac9
......@@ -63,7 +63,7 @@ def parse_options():
def _content(filename):
handle = open(filename, 'r')
content = '\n' + handle.read()
content = handle.read()
handle.close()
return content
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment