diff options
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)) |