--- storage/formats/fs.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/formats/fs.py b/storage/formats/fs.py index 23f5d98..89e1348 100644 --- a/storage/formats/fs.py +++ b/storage/formats/fs.py @@ -519,7 +519,7 @@ class FS(DeviceFormat): if self._fsckFailed(rc): hdr = _("%(type)s filesystem check failure on %(device)s: ") % \ - (self.type, self.device,) + {"type": self.type, "device": self.device} msg = self._fsckErrorMessage(rc) -- 1.6.5.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list