Address Freso's comment

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2019-11-04 14:28:06 +00:00
parent 64dd9d843a
commit b2d06645af

View File

@@ -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()