Skip to content

Commit 5ae8e20

Browse files
authored
Merge pull request #1327 from henrykironde/python_underscore
Fix and test Python underscore in values
2 parents e3a5e40 + ba96ee9 commit 5ae8e20

File tree

4 files changed

+503
-13
lines changed

4 files changed

+503
-13
lines changed

retriever/lib/engine.py

-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ def get_input(self):
737737
if not os.path.exists(self.opts['data_dir']):
738738
os.makedirs(self.opts['data_dir'])
739739

740-
741740
def insert_data_from_archive(self, url, filenames):
742741
"""Insert data from files located in an online archive. This function
743742
extracts the file, inserts the data, and deletes the file if raw data

0 commit comments

Comments
 (0)