Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Implement Model.add_machines() #51
Comments
added a commit
that referenced
this issue
Feb 21, 2017
tvansteenburgh
self-assigned this
Feb 23, 2017
arosales
added
medium
high
labels
Feb 23, 2017
tvansteenburgh
closed this
in
#56
Feb 24, 2017
added a commit
that referenced
this issue
Feb 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tvansteenburgh commentedJan 31, 2017
We have BundleHandler.addMachines() but that's not a public api. Maybe the logic can be relocated to Model.add_machines() and then BundleHandler.addMachines() can call that.