Skip to content

Commit

Permalink
CI: remove py3-ism
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jul 19, 2017
1 parent 794c5f0 commit 3ea6518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fretbursts/tests/nbrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def check_out_path(notebook_path, out_path, ext, save):
pathlist = list(folder.glob('*.ipynb'))
for nbpath in pathlist:
if nbpath.name in exclude_list:
print('- Skipping "%s"' % nbpath, flush=True)
print('- Skipping "%s"' % nbpath)
continue
if nbpath.stem.endswith('-out') or nbpath.stem.startswith('_'):
continue
Expand Down

0 comments on commit 3ea6518

Please sign in to comment.