Skip to content

Commit

Permalink
Commit the discard of temp
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Nov 23, 2014
1 parent c4f5261 commit a2ece9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/gene_annotator.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ def annotate(vcf_id):
cursor.close()
finally:
connection.execute("DISCARD TEMP")
connection.connection.commit()
connection.close()

0 comments on commit a2ece9e

Please sign in to comment.