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