Skip to content

Fix a minor issues with emails

Gregory Ashton requested to merge fix-email into master

If the email address is not given, we pass None into the pesummary command. But, this causes a type error down the line. This just only adds the email if required.

Merge request reports