Skip to content

Commit 2cf12d2

Browse files
committed
Fix extension bug in run_solution
1 parent 3829958 commit 2cf12d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ACedIt/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def run_solution(problem):
318318
Utilities.download_problem_testcases(args)
319319

320320
print "Done. Running your solution against sample cases..."
321-
Utilities.run_solution(problem)
321+
Utilities.run_solution(problem + '.' + extension)
322322

323323
# Clean up temporary files
324324
Utilities.cleanup(num_cases)

0 commit comments

Comments
 (0)