amyreese / fissix

backport of lib2to3, with enhancements
Other
46 stars 24 forks source link

except fixer: don't do anything if the "as" is already there #40

Closed dgrant closed 3 years ago

dgrant commented 3 years ago

Description

except fixer is saying there are changes but there are not, in the case where the "as" is already there. It's because it's not looking to see whether it is an "as" already, before going ahead and changing it to "as".

Fixes: #37