Skip to content

Commit 61c869a

Browse files
committed
fix path
1 parent abd7f34 commit 61c869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/generate_grants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Authorization": f"token {GITHUB_TOKEN}",
1616
}
1717
GITHUB_API_URL = "https://api.github.com/repos/pyvec/money/issues"
18-
CONTENT_PATH = Path(__file__).parent.parent.parent.parent
18+
CONTENT_PATH = Path(__file__).parent.parent
1919

2020

2121
if __name__ == "__main__":

0 commit comments

Comments
 (0)