Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions strictdoc/commands/manage_autouid_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def _rewrite_source_file(
]

# This is important for Windows. Otherwise, the hash key will be calculated incorrectly.
instance_bytes = instance_bytes.replace(b"\r\n", b"\n")
code = code.replace(b"\r\n", b"\n")

hash_spdx_id = bytes(get_random_sha256(), encoding="utf8")
Expand Down
2 changes: 1 addition & 1 deletion tests/end2end/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Dummy comment
# Dummy comment.