Skip to content

Commit d875e84

Browse files
committed
Fixed exception
1 parent a379acc commit d875e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Services/Common/OJS.Workers/OJS.Workers.ExecutionStrategies/Python/PythonDjangoOrmExecutionStrategy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ private async Task ApplyMigrations(IExecutor executor, IExecutionContext<TestsIn
215215
return;
216216
}
217217

218-
throw new ArgumentException("Failed to apply migrations! " + GetErrorOutput(result));
218+
throw new SolutionException("Failed to apply migrations! " + GetErrorOutput(result));
219219
}
220220

221221
private Task<ProcessExecutionResult> Execute(

0 commit comments

Comments
 (0)