Skip to content
Snippets Groups Projects
Commit 43de7cde authored by David Verelst's avatar David Verelst
Browse files

prepost.windIO: also add msg_extra to pre-defined column names

parent c6468079
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -429,6 +429,7 @@ class LogFile(object):
# str and float datatypes for
msg_cols = ['msg_%i' % i for i in range(30)]
msg_cols.extend(['msg_%i' % i for i in range(100,105,1)])
msg_cols.append('msg_extra')
dtypes.update({k:str for k in msg_cols})
# make the message/str columns long enough
min_itemsize = {'msg_%i' % i : 100 for i in range(30)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment