Skip to content

pages.py: Do not call strip() on None

Detlev Casanova requested to merge wip/detlev/AT8559-fix-error-500 into master

The notes column in the testcases database can be NULL.

This patch makes sure to ignore those NULL entries and not call strip() on them as they are None in the python variable.

Part of: https://phabricator.apertis.org/T8559

Merge request reports