Commit 6b96faf
committed
koji: Log exception on missing remote branches
FTR, I introduced the check in a previous commit, and removed the
tuple containing the results because it is useless and not working
when there is no result, this change is an updated version of the test
to trigger and exception which will be ignored and attempt to look for
commit in other branches, a log may be printed to help trouble shoot.
Fix redefined-builtin mistake
(BTW I noticed similar mistakes elsewhere to be fixed in later PR)
Fix indantation mistake from previous commit
Signed-off-by: Philippe Coval <philippe.coval@vates.tech>1 parent 4dcf9ab commit 6b96faf
1 file changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | | - | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | | - | |
161 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
162 | 167 | | |
163 | 168 | | |
164 | 169 | | |
| |||
0 commit comments