mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-18 00:19:28 +01:00
Updated.
This commit is contained in:
parent
69fbcea49d
commit
f75e934163
@ -29,7 +29,7 @@ def main():
|
||||
node = parser.ast2list(parser.suite(s), True)
|
||||
for (lineno, string) in strings(node):
|
||||
out.write('%s: %s: %s\n' % (filename, lineno, string))
|
||||
out.close()
|
||||
out.close()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user