From 1097f096e0ddafc47c156915665cbddb5aa9e1ce Mon Sep 17 00:00:00 2001 From: SeoulSKY Date: Tue, 3 Sep 2024 16:07:16 -0600 Subject: [PATCH] Update pylint.sh --- scripts/pylint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pylint.sh b/scripts/pylint.sh index dd04124..b0b1e63 100755 --- a/scripts/pylint.sh +++ b/scripts/pylint.sh @@ -1,6 +1,6 @@ #!/bin/bash -ROOT_DIR="$(git rev-parse --show-toplevel)/sorusora" +ROOT_DIR="$(git rev-parse --show-toplevel)" export PYTHONPATH="${PYTHONPATH}:${ROOT_DIR}/src"