Esri / mdcs-py

MDCS is an acronym for Mosaic Dataset Configuration Script and is the entry point to a collection of Python classes/libraries that could be consumed by a Python client application to complete a given workflow for creating a mosaic dataset, populating it with data, and setting all required/desired parameters.
Apache License 2.0
64 stars 29 forks source link

Change to remove syntax warning #120

Closed surabhijain123 closed 1 year ago

surabhijain123 commented 1 year ago

121

Change to remove syntax warning

C:\Image_Mgmt_Workflows\MDCS\Sentinel-2-L2A-AWS\scripts\MDCS.py:208: SyntaxWarning: "is not" with a literal. Did you mean "!="?

if verMessage is not 'Ignore':