Fatal warnings no longer print None when detail=None
Description
This resolves the issue of fatal-warnings leading to None being printed to the UI when detail was left as None in Plugin.warn().
Changes proposed in this merge request:
- Set detail to "" if it is None.
This merge request, when approved, will close issue/bug: #598 (closed)