summaryrefslogtreecommitdiff
path: root/yaksh/grader.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/grader.py')
-rw-r--r--yaksh/grader.py1
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))