Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 28, 2023
1 parent ce19b2e commit 8703ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def lambda_handler(
tag_data['name'] = tag_data_tuple(*process_tags_name(tags))
LOGGER.debug("New tag_data structure: %s", str(pformat(tag_data)) + lineno())

emr_status = discover_emr(tags_dict)
emr_status = discover_emr_cluster(tags_dict)
LOGGER.info(f"discover_emr instance: {instance_id} result {emr_status}")

default_hostname = '-'.join(['ip'] + private_ip.split('.'))
Expand Down

0 comments on commit 8703ff9

Please sign in to comment.