docs: fix doc per recent code refactor
This commit is contained in:
parent
4cb3832213
commit
2ca7842e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Here is the code and we'll explain below::
|
||||||
config = ctx.parent.wutta_config
|
config = ctx.parent.wutta_config
|
||||||
handler = ImportCommandHandler(
|
handler = ImportCommandHandler(
|
||||||
config, import_handler='poser.importing.foo:FromFooToPoser')
|
config, import_handler='poser.importing.foo:FromFooToPoser')
|
||||||
handler.run(ctx.params)
|
handler.run(ctx)
|
||||||
|
|
||||||
Hopefully it's straightforward but to be clear:
|
Hopefully it's straightforward but to be clear:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue