Skip to content

Commit ac3ce17

Browse files
committed
Merge pull request #79 from vadmium/fix
Fix variable name error introduced in commit 83b9643
2 parents 58ec159 + 7e7af4f commit ac3ce17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xlrd/formatting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def palette_epilogue(book):
622622
book.colour_indexes_used[cx] = 1
623623
elif book.verbosity:
624624
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",
625+
fprintf(book.logfile, "*** Font #%d (%r): colour index 0x%04x is unknown\n",
626626
font.font_index, font.name, cx)
627627
if book.verbosity >= 1:
628628
used = sorted(book.colour_indexes_used.keys())

0 commit comments

Comments
 (0)