We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dabed commit 9850b15Copy full SHA for 9850b15
src/watchmaker/status/providers/aws.py
@@ -80,6 +80,7 @@ def __tag_aws_instance(self, key, status):
80
)
81
82
try:
83
+ # pylint: disable=possibly-used-before-assignment
84
client = boto3.client("ec2", self.region)
85
response = client.create_tags(
86
Resources=[
0 commit comments