Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Accept cs: prefix on entity IDs #47
Conversation
|
Test PASSed. |
petevg
commented
Oct 14, 2016
|
LGTM/+1 |
bac
approved these changes
Oct 18, 2016
This change looks reasonable @johnsca -- thanks for the patch.
|
|
|
Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/theblues-lib-merge |
jujugui
merged commit 2cbfb95
into
juju:develop
Oct 18, 2016
1 check passed
default
Merged build finished.
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedOct 14, 2016
The result from
CharmStore.entityId()includes thecs:prefix, meaningit can't be directly passed back in to the other methods. This change
makes all methods accept the
cs:prefix.Really, it should be accepted by the store API itself, but this seems
like a reasonable work-around.
Fixes #44