##// END OF EJS Templates
Fixed problems with repository creation
marcink -
r1017:ade3414a beta
parent child Browse files
Show More
@@ -50,8 +50,10 b' class RepoModel(BaseModel):'
50 50 except:
51 51 self._base_path = None
52 52
53 super(RepoModel, self).__init__(sa)
54
53 55 @property
54 def base_path():
56 def base_path(self):
55 57 if self._base_path is None:
56 58 raise Exception('Base Path is empty, try set this after'
57 59 'class initialization when not having '
General Comments 0
You need to be logged in to leave comments. Login now