-
-
Notifications
You must be signed in to change notification settings - Fork 739
Closed
Description
Summary
In the fix for #437, we forgot to handle positional arguments, it seems context.get_call_arg_at_position [1] can resolve this. PR #436 has all the related code one needs to edit.
yaml.load(foo, yaml.SafeLoader), note no Loader= keyword argument, we will alert off of it.
p.s. Labels: good first issue, accuracy
[1]
Lines 284 to 285 in 09b0207
| def get_call_arg_at_position(self, position_num): | |
| '''Returns positional argument at the specified position (if it exists) |