Bug report #19786
Error while saving batch algorithm to JSON file
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/Core | ||
Affected QGIS version: | 3.3(master) | Regression?: | No |
Operating System: | Windows7 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 27611 |
Description
I've found an issue while trying to save a batch Export to PostgreSQL to json file.
2018-09-06T13:59:22 WARNING Traceback (most recent call last):
File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\processing\gui\BatchPanel.py", line 198, in save
if not param.checkValueIsAcceptable(wrapper.value(), context):
File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\processing\gui\wrappers.py", line 1292, in value
if self.dialogType in DIALOG_STANDARD:
TypeError: argument of type 'WidgetType' is not iterable
Associated revisions
History
#1 Updated by Giovanni Manghi about 6 years ago
- Easy fix? changed from Yes to No
- Category changed from Processing/OGR to Processing/Core
#2 Updated by Nyall Dawson about 6 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
Applied in changeset qgis|1c5250b147edc1b4ad845884c0f4249ec5a99b43.
#3 Updated by Giovanni Manghi about 6 years ago
- Resolution set to fixed/implemented