mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Fix IPython.utils.warn API so messages are automatically displayed followed by a newline.
This commit is contained in:
parent
e54ce19728
commit
b6776682dc
@ -319,7 +319,7 @@ def make_exclude():
|
||||
continue
|
||||
fullpath = pjoin(parent, exclusion)
|
||||
if not os.path.exists(fullpath) and not glob.glob(fullpath + '.*'):
|
||||
warn("Excluding nonexistent file: %r\n" % exclusion)
|
||||
warn("Excluding nonexistent file: %r" % exclusion)
|
||||
|
||||
return exclusions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user