Show More
@@ -244,7 +244,7 b' class ActionParser(object):' | |||||
244 |
|
244 | |||
245 | def get_commits(self, commit_ids): |
|
245 | def get_commits(self, commit_ids): | |
246 | commits = [] |
|
246 | commits = [] | |
247 |
if not |
|
247 | if not [v for v in commit_ids if v != '']: | |
248 | return commits |
|
248 | return commits | |
249 |
|
249 | |||
250 | repo = None |
|
250 | repo = None |
General Comments 0
You need to be logged in to leave comments.
Login now