Show More
@@ -347,8 +347,9 b' class DbManage(object):' | |||||
347 | path_ok = False |
|
347 | path_ok = False | |
348 | log.error('No write permission to given path %s', path) |
|
348 | log.error('No write permission to given path %s', path) | |
349 |
|
349 | |||
|
350 | ||||
350 | if retries == 0: |
|
351 | if retries == 0: | |
351 | sys.exit() |
|
352 | sys.exit('max retries reached') | |
352 | if path_ok is False: |
|
353 | if path_ok is False: | |
353 | retries -= 1 |
|
354 | retries -= 1 | |
354 | return self.config_prompt(test_repo_path, retries) |
|
355 | return self.config_prompt(test_repo_path, retries) |
General Comments 0
You need to be logged in to leave comments.
Login now