aws-samples / host-yolov8-on-sagemaker-endpoint

MIT No Attribution
35 stars 24 forks source link

Fixed broken loop in edge cases #4

Closed ehabib-FT closed 1 year ago

ehabib-FT commented 1 year ago

Issue #, if available: If there are other buckets after the one that triggers the if* statement in the for-loop, it bugs out because the bucket value gets replaced.

Description of changes: Added a *break to preven behaviour.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.