Closed sveetch closed 1 month ago
Describe the bug Command line lotus_demo help is broken because of forgotten character ,, this turns the string has a tuple and make Django to fail on an error. However the command line itself is still working.
lotus_demo
,
https://github.com/emencia/django-blog-lotus/blob/8c05253b085c3a85d43d688c9d4ee99b5a9062d0/lotus/management/commands/lotus_demo.py#L143
Environment Describe your environment:
Expected behavior The command help should not raise any error, the fix is simple as removing the character from the previously pointed line.
Done in v0.9.0-pre.2
Describe the bug Command line
lotus_demo
help is broken because of forgotten character,
, this turns the string has a tuple and make Django to fail on an error. However the command line itself is still working.https://github.com/emencia/django-blog-lotus/blob/8c05253b085c3a85d43d688c9d4ee99b5a9062d0/lotus/management/commands/lotus_demo.py#L143
Environment Describe your environment:
Expected behavior The command help should not raise any error, the fix is simple as removing the character from the previously pointed line.