Skip to content

Commit 3220e04

Browse files
aBurmeseDevrlhagerm
authored andcommitted
chore: fix snippet tags
1 parent f92369a commit 3220e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/example_code/s3/scenarios/batch/s3_batch_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def get_job_tags(self, job_id: str, account_id: str) -> None:
379379
except ClientError as e:
380380
print(f"Error getting job tags: {e}")
381381
raise
382-
# snippet-start:[python.example_code.s3control.get_job_tagging]
382+
# snippet-end:[python.example_code.s3control.get_job_tagging]
383383

384384
# snippet-start:[python.example_code.s3control.put_job_tagging]
385385
def put_job_tags(self, job_id: str, account_id: str) -> None:

0 commit comments

Comments
 (0)