diff --git a/gga_load_data.py b/gga_load_data.py
index 484bec4488f7bc1381c8ca43afafb75321b7a62d..e7c7892a39e349c6a400097138f95be978db319c 100755
--- a/gga_load_data.py
+++ b/gga_load_data.py
@@ -183,11 +183,11 @@ class LoadData(speciesData.SpeciesData):
                             logging.info("Skipping useless file '%s'" % single_file)
                             continue
 
-                        single_file_path=os.path.join(CONTAINER_DATA_DIR_ROOT,single_file)
+                        single_file_path_in_container=os.path.join(CONTAINER_DATA_DIR_ROOT,os.path.single_file)
 
-                        logging.info("Adding file '%s' with type '%s' and name '%s'" % (single_file, ftype, clean_name))
+                        logging.info("Adding file '%s' with type '%s' and name '%s'" % (single_file_path_in_container, ftype, clean_name))
                         datasets = prj_lib.upload_from_galaxy_fs(
-                            single_file_path,
+                            single_file_path_in_container,
                             folder=folder,
                             link_data_only='link_to_files',
                             file_type=ftype,