<html><head></head><body><div class="gmail_quote">Il 30 marzo 2017 18:27:07 GMT+00:00, William Kyngesburye <woklist@kyngchaos.com> ha scritto:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">I recently upgraded my system, it messed up my dev environment a bit and I need to straighten that out.<br /><br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> On Mar 30, 2017, at 3:45 AM, Etienne Trimaille <etienne.trimaille@gmail.com> wrote:<br /> <br /> Hi Mats,<br /> <br /> You can open the file with a text editor : <br /> /Applications/<a href="http://QGIS.app/Contents/Resources/python/plugins/processing/algs/saga/SagaUtils.py">QGIS.app/Contents/Resources/python/plugins/processing/algs/saga/SagaUtils.py</a><br /> <br /> on line 75, instead of: <br /> if not os.path.isdir(folder):<br /> <br /> replace with: <br /> if folder and not os.path.isdir(folder):<br /> <br /> In some other words, just add "folder and" between the "if" and "os.path"<br /> <br /> William, do you think you will provide a release?<br /> <br /> <br /> <br /> 2017-03-30 8:46 GMT+02:00 Mats Lindegarth <mats.lindegarth@marine.gu.se>:<br /> Thanks Etienne!<br /> I realize this forum is for developers and I am just a simple user. I do not<br /> quite understand how to "apply this patch manually in the<br /> file :<br /> /Applications/<a href="http://QGIS.app/Contents/Resources/python/plugins/processing/algs/saga/SagaUtils.py">QGIS.app/Contents/Resources/python/plugins/processing/algs/saga/SagaUtils.py</a>".<br /> Do I paste something in the Python console or in the Terminal or what.<br /> Apologies for my ignorance and thanks for your efforts! If it is too<br /> complicated I guess I'll have to wait for the next release. /Mats<br /> <br /> <br /> <br /> --<br /> View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/QGIS-2-18-on-OSX-tp5311966p5314899.html">http://osgeo-org.1560.x6.nabble.com/QGIS-2-18-on-OSX-tp5311966p5314899.html</a><br /> Sent from the QGIS - Developer mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br /><hr /><br /> Qgis-developer mailing list<br /> Qgis-developer@lists.osgeo.org<br /> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br /> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br /> <br /></blockquote><br /><hr /><br />Qgis-developer mailing list<br />Qgis-developer@lists.osgeo.org<br />List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br />Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></pre></blockquote></div><br clear="all">Thanks William for the update, and for your work.<br>
All the best.<br>
-- <br>
Sent from mobile. Sorry for being short</body></html>