Navigation Menu

Skip to content

Commit

Permalink
[processing] Fix merge algorithm
Browse files Browse the repository at this point in the history
Fix #16292
  • Loading branch information
m-kuhn committed Mar 10, 2017
1 parent 7da0830 commit a1e8d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/qgis/Merge.py
Expand Up @@ -35,6 +35,7 @@
from processing.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException
from processing.core.parameters import ParameterMultipleInput
from processing.core.outputs import OutputVector
from processing.tools import dataobjects

pluginPath = os.path.split(os.path.split(os.path.dirname(__file__))[0])[0]

Expand Down

3 comments on commit a1e8d68

@wtc1909
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi
In QGIS 2.18.4 I've come across the 'global name dataobjects is not defined' error described here.
I take it that this a fix.
How do I apply it to QGIS to remove the problem?
Thanks

@m-kuhn
Copy link
Member Author

@m-kuhn m-kuhn commented on a1e8d68 Mar 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's best to use the current nightly builds of 2.18 or wait for 2 days (March 24) when 2.18.5 is released.

@wtc1909
Copy link

@wtc1909 wtc1909 commented on a1e8d68 Mar 22, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.