mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
fix typo
This commit is contained in:
parent
0180380076
commit
e5d1543a65
@ -285,7 +285,7 @@ def handleAlgorithmResults(
|
|||||||
if not project:
|
if not project:
|
||||||
project = context.project()
|
project = context.project()
|
||||||
|
|
||||||
# store the current intersection point to restore it later
|
# store the current insertion point to restore it later
|
||||||
previous_insertion_point = None
|
previous_insertion_point = None
|
||||||
if project:
|
if project:
|
||||||
previous_insertion_point = (
|
previous_insertion_point = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user