Skip to content

Commit 5234afa

Browse files
committed
fix: syntax and linting errors
1 parent d04ba7e commit 5234afa

File tree

1 file changed

+1
-2
lines changed
  • aws_sra_examples/solutions/detective/detective_org/lambda/src

1 file changed

+1
-2
lines changed

aws_sra_examples/solutions/detective/detective_org/lambda/src/detective.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ def create_members(accounts_info: list, detective_client: DetectiveClient, graph
290290
sleep(SLEEP_SECONDS)
291291
while unprocessed:
292292
retry_count += 1
293-
LOGGER.info(f"Retry number
294-
{retry_count} for unprocessed accounts")
293+
LOGGER.info(f"Retry number {retry_count} for unprocessed accounts")
295294
LOGGER.info(f"Unprocessed Accounts: {create_members_response['UnprocessedAccounts']}")
296295
remaining_accounts = get_unprocessed_account_details(create_members_response, account_details)
297296

0 commit comments

Comments
 (0)