Skip to content

Updated exception and print syntax in lalinference for python3

This patch updates except and print statement calls in lalinference for python3 compatibility. This was done using 2to3 -w -f print -f except lalinference.

Merge request reports