Skip to content

Commit 1468008

Browse files
committed
sync
1 parent 74b2b23 commit 1468008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nbdev/doclinks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def nbdev_export(
145145
if os.environ.get('IN_TEST',0): return
146146
if not is_nbdev(): raise Exception('`nbdev_export` must be called from a directory within a nbdev project.')
147147
if procs:
148-
import nbdev.export
149-
procs = [getattr(nbdev.export, p) for p in L(procs)]
148+
import nbdev.export
149+
procs = [getattr(nbdev.export, p) for p in L(procs)]
150150
files = nbglob(path=path, as_path=True, **kwargs).sorted('name')
151151
for f in files: nb_export(f, procs=procs)
152152
add_init(get_config().lib_path)

0 commit comments

Comments
 (0)