8000 Fix update_contributors.py · Ryex/rustpython.github.io@c898e91 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c898e91

Browse files
committed
Fix update_contributors.py
1 parent 482bbdc commit c898e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_contributors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CONTRIBUTORS_URL = "http://api.github.com/repos/RustPython/RustPython/contributors"
66
CONTRIBUTORS_FILE = os.path.join(
7-
os.path.dirname(__file__), "website/_data/contributors.json"
7+
os.path.dirname(__file__), "_data/contributors.json"
88
)
99

1010
contributors = json.load(urlopen(CONTRIBUTORS_URL))

0 commit comments

Comments
 (0)
0