Early return
This commit is contained in:
parent
2973857218
commit
ee9e555e21
|
@ -64,7 +64,7 @@ def get_rapport(idsonde):
|
|||
try:
|
||||
last = mesures[idsonde][-1]
|
||||
except IndexError:
|
||||
pass
|
||||
return
|
||||
else:
|
||||
last = utils.prepare(last)
|
||||
for name, data in sorted(
|
||||
|
|
Loading…
Reference in New Issue