[Qgis-developer] Number of arguments for processing gdalogr:warpreproject

Victor Olaya volayaf at gmail.com
Wed Jul 20 22:05:31 PDT 2016


2016-06-28 13:34 GMT+02:00 Tom Chadwin <tom.chadwin at nnpa.org.uk>:
> 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!


More information about the Qgis-developer mailing list