Stop throwing TypeErrors (#43036)

pull/43135/head
Joe Abbey 6 years ago committed by ansibot
parent b02e0c07d8
commit a9b077f763

@ -327,7 +327,7 @@ def format_disk_size(size_bytes, unit):
# Shortcut
if size_bytes == 0:
return 0.0
return 0.0, 'b'
# Cases where we default to 'compact'
if unit in ['', 'compact', 'cyl', 'chs']:

Loading…
Cancel
Save