Skip to content

Commit

Permalink
remove movie reference from sample code error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Apr 11, 2023
1 parent 754bdfd commit 37ee5ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tap_dynamodb/dynamo.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def get_items_iter(
done = start_key is None
except ClientError as err:
self.logger.error(
"Couldn't scan for movies. Here's why: %s: %s",
"Couldn't scan for %s. Here's why: %s: %s",
table_name,
err.response["Error"]["Code"],
err.response["Error"]["Message"],
)
Expand Down

0 comments on commit 37ee5ba

Please sign in to comment.