Show More
@@ -217,8 +217,7 b' class ChangesetController(BaseRepoContro' | |||
|
217 | 217 | c.rhodecode_db_repo.repo_id, commit.raw_id, |
|
218 | 218 | with_revisions=True) |
|
219 | 219 | prs = set(st.pull_request for st in statuses |
|
220 |
if |
|
|
221 | ||
|
220 | if st.pull_request is not None) | |
|
222 | 221 | # from associated statuses, check the pull requests, and |
|
223 | 222 | # show comments from them |
|
224 | 223 | for pr in prs: |
General Comments 0
You need to be logged in to leave comments.
Login now