Skip to content

Commit

Permalink
Merge pull request #1327 from henrykironde/python_underscore
Browse files Browse the repository at this point in the history
Fix and test Python underscore in values
  • Loading branch information
ethanwhite authored Apr 30, 2019
2 parents e3a5e40 + ba96ee9 commit 5ae8e20
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 13 deletions.
1 change: 0 additions & 1 deletion retriever/lib/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ def get_input(self):
if not os.path.exists(self.opts['data_dir']):
os.makedirs(self.opts['data_dir'])


def insert_data_from_archive(self, url, filenames):
"""Insert data from files located in an online archive. This function
extracts the file, inserts the data, and deletes the file if raw data
Expand Down
Loading

0 comments on commit 5ae8e20

Please sign in to comment.