mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-20 12:34:22 +02:00
fix compromise_occurrence_date None handling in pie revoke
This commit is contained in:
parent
74075d502c
commit
ac6e117676
@ -583,7 +583,6 @@ class ProxyKmipClient(api.KmipClient):
|
||||
if not isinstance(compromise_occurrence_date, six.integer_types):
|
||||
raise TypeError(
|
||||
"compromise_occurrence_date must be an integer")
|
||||
|
||||
compromise_occurrence_date = primitives.DateTime(
|
||||
compromise_occurrence_date,
|
||||
enums.Tags.COMPROMISE_OCCURRENCE_DATE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user