Skip to content

Commit cc3de62

Browse files
committed
Followup 7ae1ee9, update name
1 parent 89bc843 commit cc3de62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/ImportIntoPostGIS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def processAlgorithm(self, parameters, context, feedback):
137137
if table:
138138
table.strip()
139139
if not table or table == '':
140-
table = source.name()
140+
table = source.sourceName()
141141
table = table.replace('.', '_')
142142
table = table.replace(' ', '').lower()[0:62]
143143
providerName = 'postgres'

0 commit comments

Comments
 (0)