Skip to content

Commit

Permalink
moving into scope
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterowens authored and thekaveman committed Nov 14, 2018
1 parent af5157c commit a7045e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mds/db/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ def load_from_df(self, df, record_type, table, before_load=None, stage_first=Tru
if query is not None:
conn.execute(query)

# Delete the tmptable since we did fake tmp tables
# and not using Postgres TEMPORARY
conn.execute(f"DROP TABLE {temp}")
# Delete the tmptable since we did fake tmp tables
# and not using Postgres TEMPORARY
conn.execute(f"DROP TABLE {temp}")


def load_from_file(self, src, record_type, table, before_load=None, stage_first=True):
Expand Down

0 comments on commit a7045e9

Please sign in to comment.