diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-11-06 16:36:05 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:22:35 -0500 |
| commit | 36d99ad88aed9889c741f34bddd045405a68369b (patch) | |
| tree | c26ce3d073c08fb8e43e27942dbd9ea260e83fd6 /python/transform.py | |
| parent | af815cd2e1ee9124288c9f73ef8f1254252643f3 (diff) | |
improved indentation and update formatting detection
Diffstat (limited to 'python/transform.py')
| -rw-r--r-- | python/transform.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/transform.py b/python/transform.py index 2b263911..9512b24b 100644 --- a/python/transform.py +++ b/python/transform.py @@ -447,11 +447,11 @@ class TransformContext: Each context can have: - - Input data (BinaryView) - - Transform information (name, parameters, results) - - File selection state (available_files, requested_files) - - Parent/child relationships for nested containers - - Extraction status and error messages + - Input data (BinaryView) + - Transform information (name, parameters, results) + - File selection state (available_files, requested_files) + - Parent/child relationships for nested containers + - Extraction status and error messages Contexts are typically accessed through a ``TransformSession`` rather than created directly. |
