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

Merge pull request #29 from lagoproject/AJRubio-Montero-patch-1

Update do_sims_onedata.py
parents 3ae1fc97 f01ed618
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ def _consumer(catcodename, onedata_path, arti_params_dict): ...@@ -320,7 +320,7 @@ def _consumer(catcodename, onedata_path, arti_params_dict):
(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/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