From 48dd8f1798701752ce1f641ca7fb2dcdf9a63f6a Mon Sep 17 00:00:00 2001 From: James Crake-Merani Date: Wed, 23 Oct 2024 15:29:34 +0100 Subject: [PATCH] Added a metadata param. --- sasdata/temp_ascii_reader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sasdata/temp_ascii_reader.py b/sasdata/temp_ascii_reader.py index 543ef48..e2ea37d 100644 --- a/sasdata/temp_ascii_reader.py +++ b/sasdata/temp_ascii_reader.py @@ -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.