Skip to content

Commit

Permalink
test_ipynb_file() : fstring -> %s for back. comp.
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Apr 13, 2019
1 parent 2e816a2 commit c73b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_nb.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ def make_file_list(path=os.path.abspath(os.path.join(os.path.split(__file__)[0],
)
)
def test_ipynb_file(filename, _exec_notebook):
print(f'test() : {filename}')
print('test() : %s' % filename)
_exec_notebook(filename)

0 comments on commit c73b832

Please sign in to comment.