Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Jul 21, 2023
1 parent ab5a6fb commit 006df04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/externalTests/runners/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def setup_solc(self) -> str:
def enter_test_dir(fn):
"""Run a function inside the test directory"""

previous_dir = os.getcwd()
def f(self, *args, **kwargs):
previous_dir = os.getcwd()
try:
assert self.test_dir is not None
os.chdir(self.test_dir)
Expand Down

0 comments on commit 006df04

Please sign in to comment.