We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58ec159 + 7e7af4f commit ac3ce17Copy full SHA for ac3ce17
xlrd/formatting.py
@@ -622,7 +622,7 @@ def palette_epilogue(book):
622
book.colour_indexes_used[cx] = 1
623
elif book.verbosity:
624
print("Size of colour table:", len(book.colour_map), file=book.logfile)
625
- fprintf(self.logfile, "*** Font #%d (%r): colour index 0x%04x is unknown\n",
+ fprintf(book.logfile, "*** Font #%d (%r): colour index 0x%04x is unknown\n",
626
font.font_index, font.name, cx)
627
if book.verbosity >= 1:
628
used = sorted(book.colour_indexes_used.keys())
0 commit comments