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 rsm command was failing with an AttributeError. #16

Closed
wants to merge 1 commit into from

Conversation

jonseymour
Copy link

The proximate cause is that if config is read from a file (and the confih parameter is None)
then the config reference never gets initialized sensibly.

To fix, we replace all references to config with config_instance.

(It might have been simpler to assign config_instance to config, but
this seems unclean).

Signed-off-by: Jon Seymour jon@wildducktheories.com

The proximate cause is that if config is read from a file (and the confih parameter is None)
then the config reference never gets initialized sensibly.

To fix, we replace all references to config with config_instance.

(It might have been simpler to assign config_instance to config, but
this seems unclean).

Signed-off-by: Jon Seymour <jon.seymour@wildducktheories.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.899% when pulling 02c5cea on jonseymour:fix_config_ref into 3ff3e80 on ts-taiye:develop.

@jonseymour
Copy link
Author

Closed. To re-open as PR against develop

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.

None yet

2 participants