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

PRIDE does not handle file paths with spaces well #28

Open
SquirrelKnight opened this issue Nov 4, 2024 · 2 comments
Open

PRIDE does not handle file paths with spaces well #28

SquirrelKnight opened this issue Nov 4, 2024 · 2 comments

Comments

@SquirrelKnight
Copy link

I know that this is a pretty minor issue, but I've noticed that PRIDE does not always handle file paths with spaces well. For example, I have an external drive with spaces in the drive name 'my\ drive', however, if I attempt to run the test scripts, PRIDE fails to find the config tables located on the drive due to the file path. I think this problem affects the paths read from the config file in particular, because if I try to point PRIDE toward manually downloaded satellite products, I get a similar problem.

@PrideLab
Copy link
Owner

PrideLab commented Nov 6, 2024

Thanks for your feedback. I guess you are using the Windows version? Actually, a blank in the file path will potentially cause problems that can hardly be prevented or precautioned. For safety and convenience of software maintenance, we regulated that no blanks should appear in the file path.

@SquirrelKnight
Copy link
Author

I am using a Mac, but that is good to know that there should not be any blanks in file paths. There are some ways of handling them, but it would likely take some time to go through the code and make the necessary changes.

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

No branches or pull requests

2 participants