Skip to content

Commit

Permalink
Merge pull request #90 from NOAA-GSL/chore/idsse-836/better-path-builder
Browse files Browse the repository at this point in the history
Support additional variable in PathBuilder
  • Loading branch information
Geary-Layne authored Dec 6, 2024
2 parents 46fce65 + 6141b0a commit 5413279
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 216 deletions.
2 changes: 1 addition & 1 deletion python/idsse_common/idsse/common/log_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

def set_corr_id_context_var(
originator: str,
key: uuid.UUID = uuid.uuid4(),
key: uuid.UUID = uuid.UUID('00000000-0000-0000-0000-000000000000'),
issue_dt: str | datetime | None = None
) -> None:
"""
Expand Down
Loading

0 comments on commit 5413279

Please sign in to comment.