Skip to content

Remove accidentally committed file with Windows-invalid filename#1

Merged
peter-urban merged 2 commits intomainfrom
copilot/fix-error-in-ping-processing
Feb 16, 2026
Merged

Remove accidentally committed file with Windows-invalid filename#1
peter-urban merged 2 commits intomainfrom
copilot/fix-error-in-ping-processing

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

Windows CI checkout fails because a file with shell metacharacters in its name (", |, ;) was accidentally committed to the repo root. The filename is a Python one-liner that was likely evaluated by the shell instead of executed, creating a file named:

ping.echosounders import filetemplates; print(filetemplates.I_Ping.get_channel_id.__doc__)" 2>&1 | head -5

Contents were the less help page — pure junk.

  • Removed the accidental file via git rm

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

The file 'ping.echosounders import filetemplates; print(...)' was
accidentally committed and contains less help page content. Its filename
contains characters (", |, ;) that are invalid on Windows, causing the
Windows CI checkout step to fail with 'error: invalid path'.

Co-authored-by: peter-urban <3885740+peter-urban@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix error in ping processing workflow Remove accidentally committed file with Windows-invalid filename Feb 16, 2026
Copilot AI requested a review from peter-urban February 16, 2026 18:10
@peter-urban peter-urban marked this pull request as ready for review February 16, 2026 20:47
@peter-urban peter-urban merged commit e6b9772 into main Feb 16, 2026
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants