You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a ProFormA task that contains a test but without a test file or alternatively a model solution without a model solution file, CodeOcean throws an error.
Most likely, the error is caused through these two lines:
When importing a ProFormA task that contains a test but without a test file or alternatively a model solution without a model solution file, CodeOcean throws an error.
Most likely, the error is caused through these two lines:
codeocean/app/services/proforma_service/convert_task_to_exercise.rb
Line 68 in 1e08f2c
codeocean/app/services/proforma_service/convert_task_to_exercise.rb
Line 79 in 1e08f2c
Here, we are accessing the ID of the first file for both, but don't handle the case where no file exists.
The text was updated successfully, but these errors were encountered: