Mercurial > repos > cathywise > truststore_browse_testing
changeset 13:11344d545e88
Debug
author | Catherine Wise <catherine.wise@csiro.au> |
---|---|
date | Wed, 13 May 2015 10:30:45 +1000 |
parents | 47156a7b3440 |
children | 589f9250e30f |
files | TrustStoreGalaxyBrowse.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TrustStoreGalaxyBrowse.py Wed May 13 10:03:31 2015 +1000 +++ b/TrustStoreGalaxyBrowse.py Wed May 13 10:30:45 2015 +1000 @@ -101,7 +101,9 @@ json_params = None metadata_path = None with open(properties_file, 'r') as file_: - all_params = json.loads(file_.read()) + settings = file_.read() + print(settings) + all_params = json.loads(settings) json_params = all_params.get("param_dict") metadata_path = all_params["job_config"]["TOOL_PROVIDED_JOB_METADATA_FILE"]