Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed May 13, 2019
1 parent fb3780b commit 7b4a677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbconvert/preprocessors/tests/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import glob
import io
import os
import logging
import re
import threading
import multiprocessing as mp
Expand Down Expand Up @@ -225,6 +224,7 @@ def assert_notebooks_equal(expected, actual):
assert expected_execution_count == actual_execution_count

def notebook_resources():
"""Prepare a notebook resources dictionary for executing test notebooks in the `files` folder."""
res = ResourcesDict()
res['metadata'] = ResourcesDict()
res['metadata']['path'] = os.path.join(current_dir, 'files')
Expand Down

0 comments on commit 7b4a677

Please sign in to comment.