2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 07:43:26 +00:00

Updated to address comments from first attempt

This commit is contained in:
Wyllys Ingersoll
2014-09-09 00:14:02 -04:00
parent b04f5c2dc3
commit a2b71a1f1c
10 changed files with 258 additions and 32 deletions

View File

@@ -269,7 +269,7 @@ class Processor(object):
result_reason = result.result_reason
result_message = result.result_message
uuids = result.locate_uuids
uuids = result.uuids
resp_pl = LocateResponsePayload(unique_identifiers=uuids)