Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Aug 14, 2024
1 parent c452e35 commit 7f48b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def processAlgorithm(self, parameters, context, feedback: QgsProcessingFeedback)
return {self.OUTPUT_LAYER: dest_id}

def name(self):
return "notargetlos2"
return "notargetlos"

def displayName(self):
return "Create No Target LoS"
Expand Down

0 comments on commit 7f48b09

Please sign in to comment.