Skip to content

Commit 74b2b23

Browse files
committed
add more useful msg to nbdev_export
1 parent cef290e commit 74b2b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎nbs/api/05_doclinks.ipynb‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@
364364
" if os.environ.get('IN_TEST',0): return\n",
365365
" if not is_nbdev(): raise Exception('`nbdev_export` must be called from a directory within a nbdev project.')\n",
366366
" if procs:\n",
367-
" import nbdev.export\n",
368-
" procs = [getattr(nbdev.export, p) for p in L(procs)]\n",
367+
" import nbdev.export\n",
368+
" procs = [getattr(nbdev.export, p) for p in L(procs)]\n",
369369
" files = nbglob(path=path, as_path=True, **kwargs).sorted('name')\n",
370370
" for f in files: nb_export(f, procs=procs)\n",
371371
" add_init(get_config().lib_path)\n",

0 commit comments

Comments
 (0)