Skip to content

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

2 participants