Skip to content

Commit 33f83d6

Browse files
committed
revert crs to sourceCrs for feature sources
1 parent ddc5e52 commit 33f83d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/script/ScriptTemplate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def processAlgorithm(self, parameters, context, feedback):
150150
)
151151

152152
# Send some information to the user
153-
feedback.pushInfo('CRS is {}'.format(source.crs().authid()))
153+
feedback.pushInfo('CRS is {}'.format(source.sourceCrs().authid()))
154154

155155
# If sink was not created, throw an exception to indicate that the algorithm
156156
# encountered a fatal error. The exception text can be any string, but in this

0 commit comments

Comments
 (0)