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

config_local.py not being read in properly #141

Open
mtremmel opened this issue Mar 24, 2021 · 0 comments
Open

config_local.py not being read in properly #141

mtremmel opened this issue Mar 24, 2021 · 0 comments

Comments

@mtremmel
Copy link
Contributor

mtremmel commented Mar 24, 2021

ok so I tried to create a config_local.py file to change max_traverse_depth, but it kept failing to read. I think this has to do with config.py trying to do from .config_local import * rather than from config_local import *. Though tangos doesn’t output this, if I tried this line by itself in my working directory with config_local.py I get the following error

No module named '__main__.config_local'; '__main__' is not a package

This seems to work if I just remove the . in that import line in config.py . Happy to make a pull request if this seems necessary. Just wanted to check first to see if I’m just doing something completely wrong here

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