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

Check for Backslashes #11

Open
ahcvankampen opened this issue Jan 15, 2024 · 0 comments
Open

Check for Backslashes #11

ahcvankampen opened this issue Jan 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ahcvankampen
Copy link
Contributor

The Navigate.exe only works with the -f option if forward slashes are used
Thus,
C:\Users\addane\Downloads\20230508_FSS-Navigator\Navigate_W.exe -f C:/Documents/20240115_testnav
works

but using the Windows \ will not work:
C:\Users\addane\Downloads\20230508_FSS-Navigator\Navigate_W.exe -f C:\Documents\20240115_testnav
and results in an error.

This should be automatically checked in the code

@ahcvankampen ahcvankampen added the bug Something isn't working label Jan 15, 2024
@ahcvankampen ahcvankampen self-assigned this Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant