We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11ecd6 commit 20c54c7Copy full SHA for 20c54c7
wps_dialog.py
@@ -355,7 +355,6 @@ def process_output(self, response):
355
self.textEditLog.append(self.tr("ERROR: Postprocessing ended with error."))
356
else:
357
for identifier, item in response.output.items():
358
- print(item.minetype)
359
layer = None
360
layer_name = "{} {}".format(process_identifier, identifier)
361
if item.minetype == 'application/csv':
0 commit comments