Changeset - 4134af931e91
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-06-29 01:47:59
marcin@python-works.com
Added info about sys.exit cause
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/db_manage.py
Show inline comments
 
@@ -347,8 +347,9 @@ class DbManage(object):
 
            path_ok = False
 
            log.error('No write permission to given path %s', path)
 

	
 

	
 
        if retries == 0:
 
            sys.exit()
 
            sys.exit('max retries reached')
 
        if path_ok is False:
 
            retries -= 1
 
            return self.config_prompt(test_repo_path, retries)
0 comments (0 inline, 0 general)