Repository: stratos Updated Branches: refs/heads/master a0039e582 -> 71d0df4c7
Fixing a typo in python agent Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/71d0df4c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/71d0df4c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/71d0df4c Branch: refs/heads/master Commit: 71d0df4c7a90cc1999590cd779db965eae117a26 Parents: a0039e5 Author: Lahiru Sandaruwan <[email protected]> Authored: Sun May 31 23:14:50 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Sun May 31 23:14:58 2015 +0530 ---------------------------------------------------------------------- .../cartridge.agent/cartridge.agent/modules/event/eventhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/71d0df4c/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py index 1061fbd..1b124bb 100644 --- a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py +++ b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/modules/event/eventhandler.py @@ -352,7 +352,7 @@ class EventHandler: ) if self.__config.application_id == application_signup_removal_event.applicationId: - AgentGitHandler.remove_repo(application_signup_removal_event.tenant_id) + AgentGitHandler.remove_repo(application_signup_removal_event.tenant_Id) self.execute_event_extendables(constants.APPLICATION_SIGNUP_REMOVAL_EVENT, {})
