##// END OF EJS Templates
more user friendly message for repo path on setup
marcink -
r1896:12135cff beta
parent child Browse files
Show More
@@ -352,8 +352,10 b' class DbManage(object):'
352 352 log.info('Setting up repositories config')
353 353
354 354 if not self.tests and not test_repo_path:
355 path = raw_input('Specify valid full path to your repositories'
356 ' you can change this later in application settings:')
355 path = raw_input(
356 'Enter a valid path to store repositories. '
357 'All repositories in that path will be added automatically:'
358 )
357 359 else:
358 360 path = test_repo_path
359 361 path_ok = True
General Comments 0
You need to be logged in to leave comments. Login now