Skip to content

Commit

Permalink
Use designated starter filepath if available
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Jan 14, 2024
1 parent c207b80 commit c0127e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/starter_doc_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def print_relevant_cells(cells):
sm = SubmissionsManager()
print(sm.dirpath)
print(len(sm.filenames))
starter_filepath = sm.find_filepath(substr="STARTER")
starter_filepath = sm.starter_filepath or sm.find_filepath(substr="STARTER")

print("---------------")
print("STARTER DOC...")
Expand Down

0 comments on commit c0127e2

Please sign in to comment.