# HG changeset patch # User Catherine Wise # Date 1431477045 -36000 # Node ID 11344d545e88eb10202ca1d94ca4c98615548d1a # Parent 47156a7b34406cace3da7f8ecb6e81c3725c2d83 Debug diff -r 47156a7b3440 -r 11344d545e88 TrustStoreGalaxyBrowse.py --- 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"]