diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-11-06 16:28:23 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:22:35 -0500 |
| commit | af815cd2e1ee9124288c9f73ef8f1254252643f3 (patch) | |
| tree | cfe14a43326abb52ca3f4b70f210a9623145ca46 /python/transform.py | |
| parent | 1980ffb0e64a686b504449e822d2ab904511cafb (diff) | |
fix missing newlines breaking lists
Diffstat (limited to 'python/transform.py')
| -rw-r--r-- | python/transform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/transform.py b/python/transform.py index 276b005d..2b263911 100644 --- a/python/transform.py +++ b/python/transform.py @@ -446,6 +446,7 @@ class TransformContext: transformation state, and relationships to parent/child contexts. Each context can have: + - Input data (BinaryView) - Transform information (name, parameters, results) - File selection state (available_files, requested_files) |
