Skip to content

Commit

Permalink
Change comment so I can search on range(
Browse files Browse the repository at this point in the history
  • Loading branch information
regan-sarwas committed Feb 6, 2021
1 parent 246dabf commit 85ec960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfm_processing/GDAL_Processing/make_retile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys


# Python 2/3 compatible xrange cabability
# Python 2/3 compatible xrange() cabability
# pylint: disable=undefined-variable,redefined-builtin
if sys.version_info[0] < 3:
range = xrange
Expand Down

0 comments on commit 85ec960

Please sign in to comment.