Commit df00090
committed
Fix pulp_container_content when allow_missing is false
Without this we see the following error if allow_missing is false and a
tag does not exist in the source repository:
unhashable type: 'dict'
This change fixes the issue by pulling the tag names out of the Pulp API
response.1 parent b69f28a commit df00090
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | | - | |
142 | | - | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
0 commit comments