Skip to content

fix: remove trailing spaces from project directory names#1123

Open
udaycodespace wants to merge 1 commit into
abhisheks008:mainfrom
udaycodespace:fix/windows-clone-checkout-1079-clean
Open

fix: remove trailing spaces from project directory names#1123
udaycodespace wants to merge 1 commit into
abhisheks008:mainfrom
udaycodespace:fix/windows-clone-checkout-1079-clean

Conversation

@udaycodespace

@udaycodespace udaycodespace commented Jun 14, 2026

Copy link
Copy Markdown

Pull Request for DL-Simplified 💡

Issue Title

Windows clone/checkout fails due to invalid folder path

  • Info about the related issue (Aim of the project): Fix Windows checkout failures caused by project directories containing trailing spaces in their names.
  • Name: Somapuram Uday
  • GitHub ID: udaycodespace
  • Identify yourself: GSSoC 2026 Participant

Closes: #1079

Describe the add-ons or changes you've made 📃

This PR fixes Windows compatibility issues by removing trailing spaces from two project directory names that prevented Git from successfully checking out the repository on Windows systems.

Changes made:

  • Renamed Anomaly Detection in Time Series Anomaly Detection in Time Series
  • Renamed Traffic Accident Prediction Model using Deep Learning Traffic Accident Prediction Model using Deep Learning
  • Preserved all existing files and project content.
  • Verified that no trailing-space directories remain after the fix.

This resolves the checkout failure reported by Windows contributors while maintaining the existing repository structure.

Type of change ☑️

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

  • Audited repository paths for Windows-incompatible directory names.
  • Renamed the affected directories and staged the changes.
  • Verified that trailing-space directories no longer exist.
  • Confirmed that Git recognizes the changes as directory renames rather than content modifications.
  • Verified repository status after the changes to ensure a clean working tree.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

@github-actions

Copy link
Copy Markdown

Our team will soon review your PR. Thanks @udaycodespace :)

@udaycodespace

Copy link
Copy Markdown
Author

Hi @abhisheks008,

There hadn't been any updates on my previous PR (#1082) for some time, so I decided to proceed with this assigned issue as well rather than leave it pending, especially since it affects Windows contributors during checkout.

Both PRs are now ready for review whenever you have time. Kindly take a look at them together, and I'll be happy to address any further feedback.

Thank you.

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.

Windows clone/checkout fails due to invalid folder path

1 participant