This commit is contained in:
evilchili 2023-12-26 18:12:20 -08:00
parent 17954674ae
commit d88d20fbbd

View File

@ -130,7 +130,7 @@ class RollTable:
for ds in self._data: for ds in self._data:
self._headers += ds.headers self._headers += ds.headers
# identify which columsn to hide in the output by recording where a # identify which columns to hide in the output by recording where a
# None header appears # None header appears
self._header_excludes = [] self._header_excludes = []
for i in range(len(self._headers)): for i in range(len(self._headers)):