autoconf - fix indent in IngressController

This commit is contained in:
florian 2022-06-27 22:07:52 +02:00
parent 492648eeb2
commit cb106a112e
1 changed files with 2 additions and 2 deletions

View File

@ -204,8 +204,8 @@ class IngressController(Controller, ConfigCaller) :
self.__internal_lock.release()
except :
log("INGRESS-CONTROLLER", "", "Unknown exception while reading k8s event (type = " + watch_type + ") : ")
print(format_exc())
exit(2)
print(format_exc())
exit(2)
def apply_config(self) :
self._config.stop_scheduler()