Skip to content

style: normalize aggregator.py to LF endings (HPC-safe)#1371

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/crlf-normalize-exec-scripts
Jul 14, 2026
Merged

style: normalize aggregator.py to LF endings (HPC-safe)#1371
Jammy2211 merged 1 commit into
mainfrom
feature/crlf-normalize-exec-scripts

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

autofit/aggregator/aggregator.py carries a #! shebang and is directly runnable, but had CRLF line endings — a CRLF shebang breaks execution on HPC/Linux. This normalizes it to LF and adds a targeted .gitattributes rule to keep it LF.

Line-ending change only — verified with git diff --ignore-cr-at-eol (sole content change is the new .gitattributes). No code behaviour touched.

🤖 Generated with Claude Code

autofit/aggregator/aggregator.py carries a shebang and is directly runnable;
its CRLF endings would break execution on HPC/Linux. Normalize to LF and pin
via .gitattributes. Line-ending change only — no content edits.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Jul 14, 2026
@Jammy2211 Jammy2211 merged commit aea8b48 into main Jul 14, 2026
5 checks passed
@Jammy2211 Jammy2211 deleted the feature/crlf-normalize-exec-scripts branch July 14, 2026 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant