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

fixing instance name missing when not started #98

Merged
merged 1 commit into from Mar 6, 2019
Merged

Conversation

vsoch
Copy link
Member

@vsoch vsoch commented Mar 6, 2019

This will fix a bug that an instance doesn't have a name if it isn't started. The instance is given a robot name on init, and if the user starts the instance with start() the name will be overridden. This will close #97

Another update here is changing the instance._start() to instance.start() because it's a reasonable function for the user to want to interact with, and thus shouldn't be private.

@vsoch vsoch merged commit 6907096 into master Mar 6, 2019
@vsoch vsoch deleted the fix/instance-name branch March 6, 2019 19:18
@vsoch
Copy link
Member Author

vsoch commented Mar 6, 2019

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.

Instance doesn't have name if not started
1 participant