Skip to content

Commit

Permalink
fix: set default value for project_global_id to None
Browse files Browse the repository at this point in the history
  • Loading branch information
chrheg committed Jan 14, 2025
1 parent 610596f commit aa39f4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions evergreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def main(): # pragma: no cover
ghe, gh_app_id, gh_app_private_key, gh_app_installation_id
)

# Set the project_global_id to None by default
project_global_id = None

# If Project ID is set, lookup the global project ID
if project_id:
# Check Organization is set as it is required for linking to a project
Expand Down

0 comments on commit aa39f4a

Please sign in to comment.