Skip to content

Commit 3ec634e

Browse files
add the helpful file to the path
not sure if it's actually doing anything
1 parent bf5ae0e commit 3ec634e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

marking_and_admin/marker.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
It can clone new repos if you delete the students pickle
66
"""
77
import os
8+
import sys
89

910
from mark_functions import do_the_marking
1011

1112
MARKING_SPREADSHEET_ID = os.getenv("GOOGLE_SHEETS_KEY", "")
1213

1314

1415
if __name__ == "__main__" and MARKING_SPREADSHEET_ID != "":
16+
sys.path.insert(0, "/workspaces/me/set2")
17+
1518
do_the_marking(
1619
this_year="2023",
1720
rootdir="../StudentRepos",

0 commit comments

Comments
 (0)