Show More
@@ -1180,7 +1180,7 b' def xrepr_ifile(self, mode="default"):' | |||
|
1180 | 1180 | except IOError: |
|
1181 | 1181 | name = "ifile" |
|
1182 | 1182 | style = astyle.style_default |
|
1183 |
if mode |
|
|
1183 | if mode in ("cell", "header", "footer"): | |
|
1184 | 1184 | abspath = repr(path._base(self.normpath())) |
|
1185 | 1185 | if abspath.startswith("u"): |
|
1186 | 1186 | abspath = abspath[2:-1] |
General Comments 0
You need to be logged in to leave comments.
Login now