Skip to content
Snippets Groups Projects
Commit efa34f14 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Code cleanup

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