Tsitsi19 commited on
Commit
3761831
·
verified ·
1 Parent(s): a6351bb

Update sandbox_runner.py

Browse files
Files changed (1) hide show
  1. sandbox_runner.py +0 -1
sandbox_runner.py CHANGED
@@ -18,6 +18,5 @@ def sandbox_test(code):
18
  return False, result.stderr.decode("utf8")
19
 
20
  return True, None
21
-
22
  except Exception as e:
23
  return False, str(e)
 
18
  return False, result.stderr.decode("utf8")
19
 
20
  return True, None
 
21
  except Exception as e:
22
  return False, str(e)