Skip to content

Commit

Permalink
Update OptimizeRasters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamlika committed Jul 1, 2020
1 parent b590ae9 commit ba14a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OptimizeRasters.py
Original file line number Diff line number Diff line change
Expand Up @@ -4894,7 +4894,8 @@ def init(self):
if (not self.__load_config__(self._args)):
return False
self._base = self.__setupLogSupport() # initialize log support.
self._base._m_log.isGPRun = self.postMessagesToArcGIS
if (self._base is not None):
self._base._m_log.isGPRun = self.postMessagesToArcGIS
self.__setupVersionCheck()
if (not self._base.init()):
self._base.message('Unable to initialize the (Base) module', self._base.const_critical_text)
Expand Down

0 comments on commit ba14a39

Please sign in to comment.