You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and that this code could be changed to check if self.capture['function_arguments'][0].children[-1] is a comma and add it to arguments if that's the case.
Thanks !
The text was updated successfully, but these errors were encountered:
With this code:
and running this codmod:
the trailing comma on
c=3,
is not kept. I would expect that it is kept.If we agree that would be the expected behavior and that you are willing to review a pull request I can try to take a look.
I think this happens around here:
Bowler/bowler/imr.py
Line 238 in 92c9eeb
and that this code could be changed to check if
self.capture['function_arguments'][0].children[-1]
is a comma and add it toarguments
if that's the case.Thanks !
The text was updated successfully, but these errors were encountered: