Alon Bar-Lev has uploaded a new change for review. Change subject: packagers: yumpackager: cleanup: fix typeo ......................................................................
packagers: yumpackager: cleanup: fix typeo Wrong indent, introduced at 0b4a573c3d. Change-Id: I9b40dbcbb70e07a3339b638f9145f9798d4fbd3d Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M src/plugins/otopi/packagers/miniyum.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/78/13278/1 diff --git a/src/plugins/otopi/packagers/miniyum.py b/src/plugins/otopi/packagers/miniyum.py index 0641409..d9c8731 100755 --- a/src/plugins/otopi/packagers/miniyum.py +++ b/src/plugins/otopi/packagers/miniyum.py @@ -583,9 +583,9 @@ """Clean yum data.""" self._sink.verbose( - _('Cleaning caches: {what}.') - ).format( - what=what, + _('Cleaning caches: {what}.').format( + what=what, + ) ) try: -- To view, visit http://gerrit.ovirt.org/13278 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9b40dbcbb70e07a3339b638f9145f9798d4fbd3d Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches