summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/charts/sdc-be/resources
diff options
context:
space:
mode:
authork.kedron <k.kedron@partner.samsung.com>2019-05-14 16:13:00 +0200
committerAlexis de Talhouƫt <adetalhouet89@gmail.com>2019-05-15 15:49:04 +0000
commit19664b3f73df5e6ec5bed060d1e4b581f2908523 (patch)
treeca5dbf0f74fecf70a1c15a4dca8484190314e015 /kubernetes/sdc/charts/sdc-be/resources
parent94ab0d697a13db57bc21a2e8e62f0970c2bff1e4 (diff)
PEP8 for ready.py and job_complete.py script
Refactor code to adapt the PEP8 rules: - line width - empty line after method - checking None in the condition Change-Id: I6c60959ce77618ebf7f3cab103ba9644af51a92f Issue-ID: OOM-1854 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Diffstat (limited to 'kubernetes/sdc/charts/sdc-be/resources')
0 files changed, 0 insertions, 0 deletions
a> 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223