From b2d06645af336867ec081afbafb029aad22b6518 Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Mon, 4 Nov 2019 14:28:06 +0000 Subject: [PATCH] Address Freso's comment Signed-off-by: JoeLametta --- whipper/image/toc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whipper/image/toc.py b/whipper/image/toc.py index d3cc3cc..f9cef34 100644 --- a/whipper/image/toc.py +++ b/whipper/image/toc.py @@ -140,7 +140,7 @@ class TocFile(object): """ :type path: str """ - assert isinstance(path, str), "%r is not string" % path + assert isinstance(path, str), "%r is not str" % path self._path = path self._messages = [] self.table = table.Table()