Skip to content

Commit

Permalink
Accidentally deleted columns param.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Jan 8, 2025
1 parent 54f272d commit 10242ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sasdata/temp_ascii_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AsciiReaderParams:
filenames: list[str] # These will be the FULL file path. Will need to convert to basenames for some functions.
separator_dict: dict[str, bool]
metadata: AsciiReaderMetadata
columns: list[tuple[str, NamedUnit]]
starting_line: int = 0
excluded_lines: set[int] = field(default_factory=set)

Expand Down

0 comments on commit 10242ae

Please sign in to comment.