Changeset 218ffe0
- Timestamp:
- Dec 1, 2011 10:00:56 AM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 7aaa8dc
- Parents:
- f671ef7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_image.py
rf671ef7 r218ffe0 13 13 wrangle_standard_options, do_rpc, get_experiment_names, save_certfile,\ 14 14 log_authentication 15 from federation.proof import proof 15 16 16 17 … … 304 305 caller=service_caller('Info'), responseBody="InfoResponseBody") 305 306 306 p roof= proof.from_dict(resp_dict.get('proof', {}))307 if p roofand opts.auth_log:308 log_authentication(opts.auth_log, 'Image', 'succeeded', p roof)307 p = proof.from_dict(resp_dict.get('proof', {})) 308 if p and opts.auth_log: 309 log_authentication(opts.auth_log, 'Image', 'succeeded', p) 309 310 return extract_topo_from_message(resp_dict, opts.serialize_only) 310 311
Note: See TracChangeset
for help on using the changeset viewer.