Loading otb/OtbUtils.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ class OtbUtils: kw = {} kw['env'] = otb_env if os.name == 'nt': if os.name == 'nt' and sys.version_info >= (3, 6): kw['encoding'] = "cp{}".format(OtbUtils.getWindowsCodePage()) QgsMessageLog.logMessage("{}".format(kw), OtbUtils.tr('Processing'), Qgis.Info) Loading Loading
otb/OtbUtils.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ class OtbUtils: kw = {} kw['env'] = otb_env if os.name == 'nt': if os.name == 'nt' and sys.version_info >= (3, 6): kw['encoding'] = "cp{}".format(OtbUtils.getWindowsCodePage()) QgsMessageLog.logMessage("{}".format(kw), OtbUtils.tr('Processing'), Qgis.Info) Loading