wip
Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/b9e5fb3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/b9e5fb3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/b9e5fb3c Branch: refs/heads/ARIA-165-Make-node-name-suffix-UUIDs-become-more-readable Commit: b9e5fb3c842463a18080b8cd63632cfa3d701412 Parents: 0ec2370 Author: max-orlov <[email protected]> Authored: Sun May 7 15:13:09 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon May 8 11:20:19 2017 +0300 ---------------------------------------------------------------------- aria/parser/modeling/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b9e5fb3c/aria/parser/modeling/context.py ---------------------------------------------------------------------- diff --git a/aria/parser/modeling/context.py b/aria/parser/modeling/context.py index dff5991..a14c5f7 100644 --- a/aria/parser/modeling/context.py +++ b/aria/parser/modeling/context.py @@ -83,7 +83,7 @@ class ModelingContext(object): self._locally_unique_ids.add(the_id) return the_id - return generate_uuid() + return generate_uuid(6) def set_input(self, name, value): self.inputs[name] = value
