Skip to content

Changes of SCT_CalibAlgs package for Python 3

Changes of SCT_CalibAlgs package for Python 3

  • Change print xyz to print(xyz).
  • Change except Exception,e to except Exception as e.
Edited by Susumu Oda

Merge request reports

Loading