aws-samples / sagemaker-studio-apps-lifecycle-config-examples

MIT No Attribution
23 stars 8 forks source link

fix: addressed file change detection to handle symlinks #7

Closed aws-spenceng closed 6 months ago

aws-spenceng commented 6 months ago

Issue #, if available: v1: Auto Shut Down (Code Editor)

Description of changes: Addressed FileNotFoundError by changing os.stat to os.lstat to handle tracking symlinks

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