Skip to content

Commit

Permalink
chore: fix path to processors (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed May 24, 2022
1 parent 8ff4fe3 commit a2435e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experimentation/tools/sorald/handled_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
OUTPUT_ARG = "--output"

PATH_TO_PROCESSOR_PACKAGE = (
pathlib.Path(__file__).absolute().parent.parent.parent.parent.parent
/ "src/main/java/sorald/processor"
pathlib.Path(__file__).absolute().parent.parent.parent.parent
/ "sorald/src/main/java/sorald/processor"
)


Expand Down

0 comments on commit a2435e5

Please sign in to comment.