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

Errors due to path problems #2

Closed
ShantanuDash opened this issue Jul 16, 2021 · 5 comments
Closed

Errors due to path problems #2

ShantanuDash opened this issue Jul 16, 2021 · 5 comments

Comments

@ShantanuDash
Copy link

ShantanuDash commented Jul 16, 2021

Having spaces in the folder names seems to cause problems

D:\joss review\RSW>python RSW.py
python: can't open file 'D:\joss': [Errno 2] No such file or directory

Replacing space with hyphen removes the problem.

D:\joss-review\RSW>python RSW.py

D:\joss-review\RSW>

Possible solutions:

openjournals/joss-reviews#3431

@benjaminbolling
Copy link
Owner

benjaminbolling commented Jul 16, 2021

Thank you! However, I believe this is an issue from your local test environment, as joss review is not a folder defined by the repo.

@ShantanuDash
Copy link
Author

Joss review folder has the repo inside it.
So the problem arises due to the reasons given in the Stackoverflow I've linked above.

If the changes seem too cumbersome then you could add a suggestion for users to not have space separated directories .

@benjaminbolling
Copy link
Owner

My apologise, I see what you mean. I will fix this during the evening.

@benjaminbolling
Copy link
Owner

Sorry for the delay, got caught up in other work. Seems to be working now, please verify it this is the case @ShantanuDash.

@ShantanuDash
Copy link
Author

Sorry for the delay, got caught up in other work. Seems to be working now, please verify it this is the case @ShantanuDash.

No problems.

I works fine now!

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