Closed gandomz closed 12 months ago
Dear mdelgadoblasco, I have a problem when i run snap script ‘python coreg_ifg_topsar.py project.conf’, can you help me for fix it? thanks
In the first image, the print statements are not compatible with Python 3.
Change print PROJECT to print(PROJECT)
print PROJECT
print(PROJECT)
Dear mdelgadoblasco, I have a problem when i run snap script ‘python coreg_ifg_topsar.py project.conf’, can you help me for fix it? thanks