Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Path separator error on windows #1139

Merged
merged 1 commit into from
May 22, 2022

Conversation

Elinpf
Copy link
Contributor

@Elinpf Elinpf commented May 20, 2022

ISSUE TYPE

Bugfix Pull Request

SUMMARY

The path separator is \\ on windows and / on linux

parts = raw_file.split("/")

An error will be reported when testing on the Windows platform.

@jmcgill298 jmcgill298 merged commit 379a40c into networktocode:master May 22, 2022
@Elinpf Elinpf deleted the fix_windows_split branch May 23, 2022 03:28
guillaume-mbali pushed a commit to unyc-io/ntc-templates that referenced this pull request Apr 12, 2023
cppmonkey pushed a commit to cppmonkey/ntc-templates that referenced this pull request Oct 25, 2023
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