BUG: [mktplace] ingest mismatch dest. folder

This commit is contained in:
Victor Grau Serrat
2018-03-09 09:56:09 -07:00
parent f0606b5ea4
commit 4694372496
+1 -4
View File
@@ -426,10 +426,7 @@ class Marketplace:
"""
tmp_bundle = extract_bundle(path)
bundle_folder = os.path.join(
get_data_source_folder(ds_name), 'bundle'
)
bundle_folder = get_data_source_folder(ds_name)
ensure_directory(bundle_folder)
if os.listdir(bundle_folder):
zsource = bcolz.ctable(rootdir=tmp_bundle, mode='r')