Show More
@@ -139,7 +139,7 b' class ScmModel(BaseModel):' | |||
|
139 | 139 | if r_dbr is not None: |
|
140 | 140 | repo, dbrepo = r_dbr |
|
141 | 141 | |
|
142 |
if |
|
|
142 | if repo is None and dbrepo is None: | |
|
143 | 143 | log.error('Repository %s looks somehow corrupted', r_name) |
|
144 | 144 | continue |
|
145 | 145 | last_change = repo.last_change |
General Comments 0
You need to be logged in to leave comments.
Login now