Skip to content

Commit

Permalink
Fix algorithm label
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 17, 2018
1 parent e8d589f commit 92e18fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/processing_provider/change_reach_direction.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def name(self):
return 'change_direction'

def displayName(self):
self.tr('Change reaches direction')
return self.tr('Change reach direction')

def flags(self):
return super().flags() | QgsProcessingAlgorithm.FlagNoThreading
Expand All @@ -73,8 +73,6 @@ def processAlgorithm(self, parameters, context, feedback):

reach_layer.startEditing()

QCoreApplication.instance().processEvents()

feature_count = 0

iterator = reach_layer.getSelectedFeatures()
Expand Down

0 comments on commit 92e18fa

Please sign in to comment.