Skip to content

Commit bc9320b

Browse files
committed
nm
1 parent efe1fd6 commit bc9320b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbdev/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def _find_nbdev_pyproject(path=None):
163163
if f.exists() and _has_nbdev(f): return f
164164
for d in [p] + list(p.parents):
165165
if (d/'settings.ini').exists():
166-
raise ValueError(f"Found old settings.ini. Migrate to pyproject.toml using `nbdev_migrate`. See https://nbdev.fast.ai/getting_started.html")
166+
raise ValueError(f"Found old settings.ini. Migrate to pyproject.toml using `nbdev_migrate_config`. See https://nbdev.fast.ai/getting_started.html")
167167

168168
# %% ../nbs/api/01_config.ipynb #3dac70e0
169169
nbdev_defaults = dict(nbs_path='nbs', doc_path='_docs', tst_flags='notest', recursive=True, readme_nb='index.ipynb',

nbs/api/01_config.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
" if f.exists() and _has_nbdev(f): return f\n",
344344
" for d in [p] + list(p.parents):\n",
345345
" if (d/'settings.ini').exists():\n",
346-
" raise ValueError(f\"Found old settings.ini. Migrate to pyproject.toml using `nbdev_migrate`. See https://nbdev.fast.ai/getting_started.html\")"
346+
" raise ValueError(f\"Found old settings.ini. Migrate to pyproject.toml using `nbdev_migrate_config`. See https://nbdev.fast.ai/getting_started.html\")"
347347
]
348348
},
349349
{

0 commit comments

Comments
 (0)