Skip to content

Update print statements to function calls

Duncan Macleod requested to merge duncanmmacleod/gracedb:python3-print into python3

This merge updates all usage of print as a statement to function calls, as required for python3 compatibility.

Merge request reports