2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Force stripsize to numeric

This should be a numeric value, even if it came in as a string.
This commit is contained in:
Jarrod Johnson 2019-06-05 11:22:35 -04:00
parent e288e8bad5
commit 67eecffd29

View File

@ -824,7 +824,7 @@ class InputVolumes(ConfluentInputMessage):
else:
currname = None
if stripsizes:
currstripsize = stripsizes.pop(0)
currstripsize = int(stripsizes.pop(0))
else:
currstripsize = None
inputdata.append(