Skip to content

Commit 907fb38

Browse files
authored
TypeError when creating theme addon
Original call fails with TypeError: expected str, bytes or os.PathLike object, not NoneType See collective/mr.bob#89
1 parent c801d9b commit 907fb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapt-and-extend/theming/theme_product.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and to install the needed bobtemplates for Plone, do::
2929

3030
Create a Plone 5 theme product skeleton with mrbob::
3131

32-
$ mrbob -O plonetheme.tango bobtemplates:plone_addon
32+
$ mrbob -O plonetheme.tango bobtemplates.plone:addon
3333

3434
It will ask you some questions::
3535

0 commit comments

Comments
 (0)