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

The settings in ~/.mariner/config.toml file are ignored #532

Open
al37919 opened this issue Feb 14, 2022 · 0 comments
Open

The settings in ~/.mariner/config.toml file are ignored #532

al37919 opened this issue Feb 14, 2022 · 0 comments

Comments

@al37919
Copy link

al37919 commented Feb 14, 2022

Path("~/.mariner/config.toml")

in config.py is handled incorrectly. So, the settings in ~/.mariner/config.toml file are ignored.

For explanation see:
https://stackoverflow.com/questions/2057045/os-makedirs-doesnt-understand-in-my-path

Possible solution --- replace:

Path("~/.mariner/config.toml")

with

Path(os.path.expanduser("~/.mariner/config.toml"))

  • Mariner Version: [latest github version]
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

1 participant