Skip to content

Commit

Permalink
And this is what you get when you run things as well
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed May 23, 2018
1 parent 9cc0adb commit 9a47065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lint.py
Expand Up @@ -16,7 +16,7 @@
for inputfile in args.files:
insideFigure = False
beforeAbstract = True
with open(inputfile, mode='t', newline=None, encoding='utf-8') as draft:
with open(inputfile, mode='rt', newline=None, encoding='utf-8') as draft:
linecounter = 1
lines = draft.readlines()

Expand Down

0 comments on commit 9a47065

Please sign in to comment.