Skip to content

Commit

Permalink
Fix bad get_schema reference
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerrecneps committed May 22, 2020
1 parent 63ecc49 commit 8252b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybna/dbutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def export_table(self,table,fpath,layer=None,geom="geom",pkey=None,nonspatial=Fa

schema, table = self.parse_table_name(table)
if schema is None:
schema = get_schema(table)
schema = self.get_schema(table)

if layer is None:
layer = table
Expand Down

0 comments on commit 8252b61

Please sign in to comment.