Skip to content

Commit

Permalink
Merge pull request #63 from gregoil/add_name_to_services_data
Browse files Browse the repository at this point in the history
add back name to services data
  • Loading branch information
UnDarkle committed May 22, 2018
2 parents 0bc5239 + 7620043 commit d339807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rotest/management/base_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def __init__(self, data=None, **kwargs):
else:
self.data = AttrDict()
self.name = "%s-%d" % (self.__class__.__name__, id(self))
self.data.name = self.name

self.config = None
self.parent = None
Expand Down

0 comments on commit d339807

Please sign in to comment.