Skip to content

Changes of SCT_CalibAlgs package for Python 3

Susumu Oda requested to merge oda/athena:master-SCTCalib-Python3 into master

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