diff options
author | maheshgudi | 2018-07-04 17:07:01 +0530 |
---|---|---|
committer | maheshgudi | 2018-07-12 18:27:27 +0530 |
commit | ec0903e00ffab1f0f0e6e674637243cd6a548115 (patch) | |
tree | fcaefd1d2cd70cf9a04cde4bea33c9c1d05f5271 /yaksh/grader.py | |
parent | 99f0c944fafec51b9327fe5dea01096842788e03 (diff) | |
download | online_test-ec0903e00ffab1f0f0e6e674637243cd6a548115.tar.gz online_test-ec0903e00ffab1f0f0e6e674637243cd6a548115.tar.bz2 online_test-ec0903e00ffab1f0f0e6e674637243cd6a548115.zip |
Make pep8 changes
Diffstat (limited to 'yaksh/grader.py')
-rw-r--r-- | yaksh/grader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yaksh/grader.py b/yaksh/grader.py index de8f897..c8356f3 100644 --- a/yaksh/grader.py +++ b/yaksh/grader.py @@ -30,6 +30,7 @@ class CompilationError(Exception): class TestCaseError(Exception): pass + @contextlib.contextmanager def change_dir(path): cur_dir = abspath(dirname(MY_DIR)) |