Show More
@@ -352,8 +352,10 b' class DbManage(object):' | |||||
352 | log.info('Setting up repositories config') |
|
352 | log.info('Setting up repositories config') | |
353 |
|
353 | |||
354 | if not self.tests and not test_repo_path: |
|
354 | if not self.tests and not test_repo_path: | |
355 | path = raw_input('Specify valid full path to your repositories' |
|
355 | path = raw_input( | |
356 | ' you can change this later in application settings:') |
|
356 | 'Enter a valid path to store repositories. ' | |
|
357 | 'All repositories in that path will be added automatically:' | |||
|
358 | ) | |||
357 | else: |
|
359 | else: | |
358 | path = test_repo_path |
|
360 | path = test_repo_path | |
359 | path_ok = True |
|
361 | path_ok = True |
General Comments 0
You need to be logged in to leave comments.
Login now