Skip to content

Commit

Permalink
Minor bugfix for missed merge conflict...
Browse files Browse the repository at this point in the history
  • Loading branch information
mckeownp committed Mar 5, 2024
1 parent 8902d3e commit 51a458d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions classes/jobesandbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,9 @@ public function __construct() {
global $CFG;
qtype_coderunner_sandbox::__construct();
$this->jobeserver = get_config('qtype_coderunner', 'jobe_host');
<<<<<<< HEAD
if ($this->jobeserver === 'jobe2.cosc.canterbury.ac.nz') {
throw new Exception("PLease don't use the Canterbury jobe server for test runs");
}
=======
>>>>>>> grade_cache_for_merging
$this->apikey = get_config('qtype_coderunner', 'jobe_apikey');
$this->languages = null;
}
Expand Down

0 comments on commit 51a458d

Please sign in to comment.