diff --git a/virtManager/uihelpers.py b/virtManager/uihelpers.py index 09df1383b..66f5921c2 100644 --- a/virtManager/uihelpers.py +++ b/virtManager/uihelpers.py @@ -76,6 +76,7 @@ def update_host_space(conn, widget): max_storage = host_disk_space(conn) except: logging.exception("Error determining host disk space") + return def pretty_storage(size): return "%.1f Gb" % float(size)