Skip to content

Commit bc5c17e

Browse files
fix for pull request finding 'Empty except'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 560fea2 commit bc5c17e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/api/media/keynoters/buffer-keynoters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
).decode().strip()
2828
load_dotenv(os.path.join(repo_root, ".env.local"))
2929
except (ImportError, subprocess.CalledProcessError):
30+
# Optional best-effort .env loading; fall back to existing environment vars.
3031
pass
3132

3233
# ==========================================

0 commit comments

Comments
 (0)