cr-proc 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cr_proc-0.1.2 → cr_proc-0.1.3}/PKG-INFO +1 -1
- {cr_proc-0.1.2 → cr_proc-0.1.3}/pyproject.toml +1 -1
- {cr_proc-0.1.2 → cr_proc-0.1.3}/src/code_recorder_processor/api/verify.py +1 -1
- {cr_proc-0.1.2 → cr_proc-0.1.3}/README.md +0 -0
- {cr_proc-0.1.2 → cr_proc-0.1.3}/src/code_recorder_processor/__init__.py +0 -0
- {cr_proc-0.1.2 → cr_proc-0.1.3}/src/code_recorder_processor/api/build.py +0 -0
- {cr_proc-0.1.2 → cr_proc-0.1.3}/src/code_recorder_processor/api/load.py +0 -0
- {cr_proc-0.1.2 → cr_proc-0.1.3}/src/code_recorder_processor/cli.py +0 -0
|
@@ -177,7 +177,7 @@ def _detect_multiline_external_pastes(jsonData: tuple[dict[str, Any], ...]) -> l
|
|
|
177
177
|
"line_count": len(new_lines),
|
|
178
178
|
"char_count": len(new_frag),
|
|
179
179
|
"reason": "multi-line external paste",
|
|
180
|
-
"newFragment": new_frag
|
|
180
|
+
"newFragment": new_frag
|
|
181
181
|
})
|
|
182
182
|
|
|
183
183
|
# Update history after analysis so the current fragment cannot mask itself
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|