Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): new_client without project now does not read project fro…
…m config When `new_client` function was called with `with_project=False`, it could still read project_id from the config file. So, if first user is part of a Project but second user (second login) is not, it can raise an exception. This issue is fixed in this commit. Resolves #49
- Loading branch information