Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup 7ae1ee9, update name
  • Loading branch information
nyalldawson committed Jun 26, 2017
1 parent 89bc843 commit cc3de62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ImportIntoPostGIS.py
Expand Up @@ -137,7 +137,7 @@ def processAlgorithm(self, parameters, context, feedback):
if table:
table.strip()
if not table or table == '':
table = source.name()
table = source.sourceName()
table = table.replace('.', '_')
table = table.replace(' ', '').lower()[0:62]
providerName = 'postgres'
Expand Down

0 comments on commit cc3de62

Please sign in to comment.