Loading installsystems/repository.py +2 −2 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ class Repository(object): class RepositoryManager(object): ''' Manage multiple repostories Manage multiple repositories This call implement a cache and a manager for multiple repositories Default repository timeout is 3 Loading @@ -511,7 +511,7 @@ class RepositoryManager(object): self.filter = [] if filter is None else filter self.search = [] if search is None else search self.timeout = timeout or 3 debug(u"Repostiory timeout setted to %ds" % self.timeout) debug(u"Repository timeout setted to %ds" % self.timeout) if cache_path is None: self.cache_path = None debug("No repository cache") Loading Loading
installsystems/repository.py +2 −2 Original line number Diff line number Diff line Loading @@ -499,7 +499,7 @@ class Repository(object): class RepositoryManager(object): ''' Manage multiple repostories Manage multiple repositories This call implement a cache and a manager for multiple repositories Default repository timeout is 3 Loading @@ -511,7 +511,7 @@ class RepositoryManager(object): self.filter = [] if filter is None else filter self.search = [] if search is None else search self.timeout = timeout or 3 debug(u"Repostiory timeout setted to %ds" % self.timeout) debug(u"Repository timeout setted to %ds" % self.timeout) if cache_path is None: self.cache_path = None debug("No repository cache") Loading