Commit 43ae7e48 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed obsolete coverage comment from main file

parent fcfc3ab1
......@@ -65,7 +65,7 @@ def _content(filename):
return content
if __name__ == '__main__': # pragma: nocover
if __name__ == '__main__':
args = parse_options()
options = dict(args._get_kwargs())
files = options.pop('files')
......
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