Skip to content

Commit

Permalink
gdal_pansharpen.py: fix previous wrong change
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 29, 2024
1 parent c954680 commit 3757cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/python/gdal-utils/osgeo_utils/gdal_pansharpen.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def Usage(isError):


@enable_gdal_exceptions
def main(argv=None):
def main(argv=sys.argv):

argv = gdal.GeneralCmdLineProcessor(argv)
if argv is None:
Expand Down

0 comments on commit 3757cd2

Please sign in to comment.