Skip to content
Snippets Groups Projects
Unverified Commit f5e972d2 authored by AJRubio-Montero's avatar AJRubio-Montero Committed by GitHub
Browse files

Update do_sims_onedata.py

parent c30d704c
No related branches found
No related tags found
No related merge requests found
...@@ -349,8 +349,8 @@ def _consumer(catcodename, onedata_path, arti_params_dict): ...@@ -349,8 +349,8 @@ def _consumer(catcodename, onedata_path, arti_params_dict):
# ------------ main stuff --------- # ------------ main stuff ---------
(arti_params, arti_params_dict, arti_params_json_md) = get_sys_args() (arti_params, arti_params_dict, arti_params_json_md) = get_sys_args()
catcodename = arti_params_dict["p"] catcodename = arti_params_dict["p"]
#onedata_path = '/mnt/datahub.egi.eu/LAGOsim' onedata_path = '/mnt/datahub.egi.eu/LAGOsim'
onedata_path = '/mnt/datahub.egi.eu/test8/LAGOSIM' #onedata_path = '/mnt/datahub.egi.eu/test8/LAGOSIM'
catalog_path = onedata_path + '/' + catcodename catalog_path = onedata_path + '/' + catcodename
print(arti_params, arti_params_dict, arti_params_json_md) print(arti_params, arti_params_dict, arti_params_json_md)
......
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