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

Added os.path.join for concatenation of paths #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added os.path.join for concatenation of paths #3

wants to merge 1 commit into from

Conversation

cweickhmann
Copy link

Heya,

I haven't been able to fully test the addon, but at least on a Linux machine it now loads.
Please review my changes. They are intended to allow for Linux (and maybe Mac) compatibility.
In your version of the scripts, the main problem is the way you concatenate your folder names (using hard-coded backslashes "\" breaks compability).
Check out os.path and there in particular

  • os.path.join()
  • os.path.split()
  • os.path.sep

Bests,
Christian

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.

1 participant