Closed jr3cermak closed 1 year ago
In MultiDBD, each file is opened using self._update_dbd_inventory
, the flag is ultimately not set in self.dbds
until the function set_skip_initial_line
. The function existed, but was never called.
Actually, it is set via: dbd=DBD(fn, cacheDir, skip_initial_lines)
within self._update_dbd_inventory
. Never mind!