Skip to content

Commit

Permalink
fix compatibility issues for python version 3.5 - part2
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienGrv authored and christoph2 committed Oct 27, 2020
1 parent 976a6ff commit faff2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def clean():
for i in ("a2l", "aml") # No listener for lexer grammars (a2llg.g4).
)
for filepath in chain(tokens, interp, listener):
os.remove(filepath)
os.remove(str(filepath))


# pylint: disable=R0901
Expand Down

0 comments on commit faff2dc

Please sign in to comment.