I am having the below python script where I need to execute the gdal_retile.py file, but I got an exception on this line:
if Verbose:
print("Building internam Index for %d tile(s) ..." % len(inputTiles), end=' ')
The end=' ' is invalid syntax.
I am interested as to why, and what the author apparently meant to do.