Skip to content

Commit

Permalink
fix apply_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Oct 16, 2023
1 parent a431052 commit f249692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codemodder/codemods/base_codemod.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, *args):

@classmethod
def apply_rule(
cls, context, *args, yaml_files: List[Path], **kwargs
cls, context, yaml_files, *args, **kwargs
): # pylint: disable=arguments-differ
"""
Apply semgrep to gather rule results
Expand Down

0 comments on commit f249692

Please sign in to comment.