Skip to content

Commit

Permalink
Added a metadata param.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Oct 23, 2024
1 parent 7c906e8 commit 48dd8f1
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 @@ -21,6 +21,7 @@ class AsciiReaderParams:
# sepearators: list[AsciiSeparator]
excluded_lines: set[int]
separator_dict: dict[str, bool]
raw_metadata: dict[str, str]


# TODO: This has mostly been copied from the ASCII dialog but really the widget should use the implementation here.
Expand Down

0 comments on commit 48dd8f1

Please sign in to comment.