Skip to content

Commit 6c4c8ec

Browse files
authored
Merge pull request #190 from hadik3r/master
update SSM registration
2 parents 679c82e + 368894c commit 6c4c8ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

son-mano-specificmanager/son-mano-specific-manager-registry/son_mano_specific_manager_registry/specificmanagerregistry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def on_ssm_register(self, ch, method, properties, message):
153153
LOG.exception("'{0}' registeration Failed: ".format(message['name']))
154154
return yaml.dump(result)
155155

156-
157156
def on_ssm_update(self, ch, method, properties, message):
158157
id = None
159158
try:

0 commit comments

Comments
 (0)