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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cr_proc
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A tool for processing BYU CS code recording files
5
5
  Author: Ethan Dye
6
6
  Author-email: mrtops03@gmail.com
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cr_proc"
3
- version = "0.1.2"
3
+ version = "0.1.3"
4
4
  description = "A tool for processing BYU CS code recording files"
5
5
  authors = [
6
6
  {name = "Ethan Dye",email = "mrtops03@gmail.com"}
@@ -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[:100] + ("..." if len(new_frag) > 100 else ""),
180
+ "newFragment": new_frag
181
181
  })
182
182
 
183
183
  # Update history after analysis so the current fragment cannot mask itself
File without changes