diff options
author | prathamesh | 2013-07-02 15:52:59 +0530 |
---|---|---|
committer | prathamesh | 2013-07-02 15:52:59 +0530 |
commit | eee6362ab994bc0082fdc777c225773318978b1a (patch) | |
tree | c13413332892dd57324ecec12e30321335b7701b /testapp/code_server.py | |
parent | 217f2c859fc0b2b4a224c009e9cd374989da050e (diff) | |
download | online_test-eee6362ab994bc0082fdc777c225773318978b1a.tar.gz online_test-eee6362ab994bc0082fdc777c225773318978b1a.tar.bz2 online_test-eee6362ab994bc0082fdc777c225773318978b1a.zip |
minor changes
Diffstat (limited to 'testapp/code_server.py')
-rwxr-xr-x | testapp/code_server.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testapp/code_server.py b/testapp/code_server.py index d6ae75d..19c70b1 100755 --- a/testapp/code_server.py +++ b/testapp/code_server.py @@ -204,8 +204,6 @@ class CodeServer(object): except TimeoutException: # Runaway code, so kill it. proc.kill() - # Re-raise exception. - #raise stderr = self.timeout_msg stdout = '' return proc, stdout, stderr |