Loggin added Signed-off-by: Imesh Gunaratne <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/9420ba8b Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/9420ba8b Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/9420ba8b Branch: refs/heads/stratos-4.1.x Commit: 9420ba8b5bf3bd046391ff4d58ff25a57abf5b37 Parents: 7e05c88 Author: Milindu Sanoj Kumarage <[email protected]> Authored: Sat Jul 25 12:31:38 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Oct 13 16:32:45 2015 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.python.cli/src/main/python/cli/Logging.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/9420ba8b/components/org.apache.stratos.python.cli/src/main/python/cli/Logging.py ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cli/src/main/python/cli/Logging.py b/components/org.apache.stratos.python.cli/src/main/python/cli/Logging.py index b843dfe..3451bca 100644 --- a/components/org.apache.stratos.python.cli/src/main/python/cli/Logging.py +++ b/components/org.apache.stratos.python.cli/src/main/python/cli/Logging.py @@ -2,7 +2,6 @@ import logging import os import Configs - if not os.path.exists(Configs.stratos_dir_path): try: os.makedirs(Configs.stratos_dir_path)
