Syntax Warnings enmapboxprocessing

Issue #756 resolved
Benjamin Jakimow created an issue

Some SyntaxWarnings are shown during EnMAP-Box start. Probably easy to remove

C:\Users\geo_beja\Repositories\enmap-box\enmapboxprocessing\algorithm\appendenviheadertogtiffrasteralgorithm.py:60: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if fwhm[0] is not 'None':
C:\Users\geo_beja\Repositories\enmap-box\enmapboxprocessing\algorithm\appendenviheadertogtiffrasteralgorithm.py:62: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if bbl[0] is not 'None':

Comments (1)

  1. Log in to comment