Skip to content
Snippets Groups Projects
Commit 7c6df170 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix foldername for upload_from_galaxy_fs()

parent 79116521
No related branches found
No related tags found
Loading
......@@ -142,7 +142,7 @@ class LoadData(speciesData.SpeciesData):
for fname, files in folders.items():
if fname and files:
folder_name = re.sub(data_dir_root, "", fname)
folder_name = re.sub(data_dir_root + "/", "", fname)
logging.info("Creating folder: %s" % folder_name)
folder = self.create_deep_folder(prj_lib, folder_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment