Skip to content

Commit

Permalink
fixing tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Jan 22, 2021
1 parent d90673e commit 66a2930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otter/execute/execute_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,8 @@ def execute_notebook(nb, secret='secret', initial_env=None, ignore_errors=False,
except:
if not ignore_errors:
raise

# reset tests dir
Notebook._tests_dir_override = None

return global_env

0 comments on commit 66a2930

Please sign in to comment.