Skip to content

Commit

Permalink
Specify python3 in RainbowGrades Makefile (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcutler committed Mar 8, 2018
1 parent 45b9d2b commit c0cc998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RainbowGrades/MakefileHelper
Expand Up @@ -56,9 +56,9 @@ endif

remove_json_comments: customization.json
cpp -xc++ $< | sed -e '/^#/d' > customization_no_comments.json
python $(GRADING_DIRECTORY)/json_syntax_checker.py customization_no_comments.json
python3 $(GRADING_DIRECTORY)/json_syntax_checker.py customization_no_comments.json
grep '{"file":' customization_no_comments.json > iclicker_file_list.txt || true
python ${RAINBOW_GRADES_DIRECTORY}/parsexml.py iclicker_file_list.txt
python3 ${RAINBOW_GRADES_DIRECTORY}/parsexml.py iclicker_file_list.txt

process_grades.out: \
${RAINBOW_GRADES_DIRECTORY}/main.cpp \
Expand Down

0 comments on commit c0cc998

Please sign in to comment.