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

.toml files do not support Windows path #3

Open
aardschok opened this issue Sep 11, 2017 · 2 comments
Open

.toml files do not support Windows path #3

aardschok opened this issue Sep 11, 2017 · 2 comments

Comments

@aardschok
Copy link

Issue

When adding application specific python paths for example we need to replace the "" with "/"

Motivation

The .toml files support relative paths with the format approach : {AVALON_CORE}
Extending the support to normalized path seems logic .

Proposal

Together with recreating the absolute convert the path to the OS normalized path.

# pseudo code
absolute_path =string.format(os.environ[**keys])
os_supported_path = os.path.normpath(absolute_path)
@mottosso
Copy link
Contributor

Sorry I missed this @aardschok, I'm sure you've moved on since then, but I think this is a solid idea.

@aardschok
Copy link
Author

I have moved in the meantime yes. Good to here you like the idea 👍

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