diff options
Diffstat (limited to 'scripts/ghpr.py')
| -rw-r--r-- | scripts/ghpr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ghpr.py b/scripts/ghpr.py index 4e9a124..4406ba1 100644 --- a/scripts/ghpr.py +++ b/scripts/ghpr.py @@ -3,7 +3,7 @@ import sys from pathlib import Path from subprocess import run -ROOT_PATH = Path(__file__).parent +ROOT_PATH = Path(__file__).parents[1] path = sys.argv[1] |
