Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate parameter registered for alg on closing settings dialog #26378

Closed
qgib opened this issue Mar 20, 2018 · 1 comment
Closed

duplicate parameter registered for alg on closing settings dialog #26378

qgib opened this issue Mar 20, 2018 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Mar 20, 2018

Author Name: Rashad Kanavath (@rkanavath)
Original Redmine Issue: 18490
Affected QGIS version: master
Redmine category:processing/core
Assignee: Victor Olaya


QGIS -> Open Processing settings -> click 'OK'
you can see below output in "Processing" tab of Log Messages widget
2018-03-20T15:30:31 WARNING Duplicate output OUTPUT registered for alg filedownloader
2018-03-20T15:30:31 WARNING Duplicate output OUTPUT registered for alg package
2018-03-20T15:30:31 WARNING Duplicate output OUTPUT_HTML_FILE registered for alg rasterlayeruniquevaluesreport

repeating same:
2018-03-20T15:34:13 WARNING Duplicate output OUTPUT registered for alg filedownloader
2018-03-20T15:34:13 WARNING Duplicate output OUTPUT registered for alg package
2018-03-20T15:34:13 WARNING Duplicate output OUTPUT_HTML_FILE registered for alg rasterlayeruniquevaluesreport
2018-03-20T15:34:22 WARNING Duplicate output OUTPUT registered for alg filedownloader
2018-03-20T15:34:22 WARNING Duplicate output OUTPUT registered for alg package
2018-03-20T15:34:22 WARNING Duplicate output OUTPUT_HTML_FILE registered for alg rasterlayeruniquevaluesreport

It is important to note that providers (GDAL,GRASS,SAGA,OTB) are disabled. Enabling them just add more noise to bug report.

All these warning are shown only if it see any duplicate parameters but it shows error that, providers are loaded even if nothing go changed.
All providers are refreshed in ConfigDialog.accept. see below
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/gui/ConfigDialog.py#L333

Is it possible to not load all of them every time?

@qgib
Copy link
Contributor Author

qgib commented Mar 20, 2018

Author Name: Nyall Dawson (@nyalldawson)


Applied in changeset ed7aa29.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Mar 20, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant