Skip to content

Commit

Permalink
Bug1892055 - Fix missing ping_arg in util.py
Browse files Browse the repository at this point in the history
This was breaking Kotlin code generation due to the missing parameter
  • Loading branch information
travis79 committed Apr 17, 2024
1 parent aec5099 commit 8b12fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- BUGFIX: Fix missing `ping_arg` in util.py ([#687](https://github.com/mozilla/glean_parser/pull/687))

## 14.0.0

- BREAKING CHANGE: Expose the optional `enabled` property on pings, defaulting to `enabled: true` ([#681](https://github.com/mozilla/glean_parser/pull/681))
Expand Down
1 change: 1 addition & 0 deletions glean_parser/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ def remove_output_params(d, output_params):
"precise_timestamps",
"include_info_sections",
"enabled",
"schedules_pings",
"reason_codes",
]

Expand Down

0 comments on commit 8b12fe7

Please sign in to comment.