changed a too long comment
This commit is contained in:
parent
707affec01
commit
a1ca61d813
|
@ -93,7 +93,7 @@ class ADCSSourcePlugin(SourcePlugin):
|
||||||
# this error indicates end of certificate list(?), so we stop
|
# this error indicates end of certificate list(?), so we stop
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
# We do nothing in case there is no certificate returned with the current id for other reasons
|
# We do nothing in case there is no certificate returned for other reasons
|
||||||
current_app.logger.info("Error with id {0}: {1}".format(id, err))
|
current_app.logger.info("Error with id {0}: {1}".format(id, err))
|
||||||
else:
|
else:
|
||||||
# we have a certificate
|
# we have a certificate
|
||||||
|
|
Loading…
Reference in New Issue