2016-06-28 13:34 GMT+02:00 Tom Chadwin <[email protected]>: > I'm sorry to keep asking about this. I'm now getting this error on Travis, > against nightly (http://qgis.org/debian-nightly): > > Traceback (most recent call last): > File "/home/travis/build/tomchadwin/qgis2web/olwriter.py", line 58, in > writeOL > optimize, usedFields, json) > File "/home/travis/build/tomchadwin/qgis2web/utils.py", line 293, in > exportLayers > processing.runalg("gdalogr:warpreproject", warpArgs) > File "/usr/share/qgis/python/plugins/processing/tools/general.py", line > 75, in runalg > alg = Processing.runAlgorithm(algOrName, None, *args, **kwargs) > File "/usr/share/qgis/python/plugins/processing/core/Processing.py", line > 304, in runAlgorithm > ret = runalg(alg, progress) > File "/usr/share/qgis/python/plugins/processing/gui/AlgorithmExecutor.py", > line 52, in runalg > progress.error(e.msg) > AttributeError: 'NoneType' object has no attribute 'error' >
Tom, I just commited a change that should fix this issue https://github.com/qgis/QGIS/commit/df2ca2e60798315d816966f25aa024b93835f776 Could you try again and see if now you dont get that error? Thanks! _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
