Bug report #15742

Updated by Giovanni Manghi over 6 years ago

running the alg from Processing I get:



<pre>

Uncaught error while executing algorithm

Traceback (most recent call last):

File

"/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line

203, in execute

self.processAlgorithm(progress)

File

"/usr/share/qgis/python/plugins/processing/algs/qgis/BasicStatisticsNumbers.py",

line 175, in processAlgorithm

data.append(self.tr('Interquartile Range (IQR): {}').format(iqr))

ValueError: Single '{' encountered in format string

</pre>

Back