You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artemis-web-1 | File "/opt/templates/add.jinja2", line 74, in block 'main'
artemis-web-1 | <span class="small text-muted">{{ bind.info|dedent|render_markdown|safe }}</span>
artemis-web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^
artemis-web-1 | File "/opt/artemis/templating.py", line 20, in dedent
artemis-web-1 | return textwrap.dedent(text)
artemis-web-1 | ^^^^^^^^^^^^^^^^^^^^^
artemis-web-1 | File "/usr/local/lib/python3.11/textwrap.py", line 435, in dedent
artemis-web-1 | text = _whitespace_only_re.sub('', text)
artemis-web-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
artemis-web-1 | TypeError: expected string or bytes-like object, got 'NoneType'
Steps to replicate:
The easiest way to replicate this would be just removing the docstring from a module. you can remove it from the this module.
Adding the docstring solves the error.
The text was updated successfully, but these errors were encountered:
Error:
Steps to replicate:
The easiest way to replicate this would be just removing the docstring from a module. you can remove it from the this module.
Adding the docstring solves the error.
The text was updated successfully, but these errors were encountered: