diff --git a/CONTRIBUTORS b/CONTRIBUTORS --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,4 +4,6 @@ List of contributors to RhodeCode projec Jason Harris Thayne Harbaugh cejones - Lorenzo M. Catucci \ No newline at end of file + Lorenzo M. Catucci + Dmitri Kuznetsov + Jared Bunting \ No newline at end of file diff --git a/rhodecode/lib/indexers/__init__.py b/rhodecode/lib/indexers/__init__.py --- a/rhodecode/lib/indexers/__init__.py +++ b/rhodecode/lib/indexers/__init__.py @@ -90,7 +90,8 @@ class MakeIndex(BasePasterCommand): init_model(engine) index_location = config['index_dir'] - repo_location = self.options.repo_location if self.options.repo_location else RepoModel().repos_path + repo_location = self.options.repo_location \ + if self.options.repo_location else RepoModel().repos_path repo_list = map(strip, self.options.repo_list.split(',')) \ if self.options.repo_list else None