Skip to content

Fix Evergreen NameError: remove unused base64 reference#304

Merged
mrjf merged 1 commit into
mainfrom
fix/remove-base64-ref
May 13, 2026
Merged

Fix Evergreen NameError: remove unused base64 reference#304
mrjf merged 1 commit into
mainfrom
fix/remove-base64-ref

Conversation

@mrjf
Copy link
Copy Markdown
Contributor

@mrjf mrjf commented May 13, 2026

Every Evergreen run crashes with NameError: name 'base64' is not defined. The variable was never used — just a leftover from the CI trigger implementation.

The empty-commit CI trigger used base64.b64encode but never imported
base64, and the result was never used anyway. Removes the dead line.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mrjf mrjf merged commit 04471ab into main May 13, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant