Douglas Schilling Landgraf has uploaded a new change for review. Change subject: storage_vol_page: fix pep8 complain ......................................................................
storage_vol_page: fix pep8 complain comment in __enough_free_space() is > then 80 chars. This patch fix the pep8 complain. Change-Id: Ie535ac79b59ed265ee062e5194441126d516e617 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirt/node/installer/core/storage_vol_page.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/50/30050/1 diff --git a/src/ovirt/node/installer/core/storage_vol_page.py b/src/ovirt/node/installer/core/storage_vol_page.py index c034a67..525efe3 100644 --- a/src/ovirt/node/installer/core/storage_vol_page.py +++ b/src/ovirt/node/installer/core/storage_vol_page.py @@ -221,7 +221,8 @@ return free_space def __enough_free_space(self): - """Determin if the available size is large enough to hold the installation + """ + Determin if the available size is large enough to hold the installation """ self._drive_size = self.__get_drives_size(self.__get_install_drive()) return self._drive_size > self._min_drive_size -- To view, visit http://gerrit.ovirt.org/30050 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie535ac79b59ed265ee062e5194441126d516e617 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
