Skip to content
Commit 575ad772 authored by Christopher Friedt's avatar Christopher Friedt Committed by Stephanos Ioannidis
Browse files

scripts: release: list_backports: use older python dict merge method



In Python versions >= 3.9, dicts can be merged with the `|` operator.

This is not the case for python versions < 3.9, and the simplest way
is to use `dict_c = {**dict_a, **dict_b}`.

Signed-off-by: default avatarChristopher Friedt <cfriedt@fb.com>
(cherry picked from commit 3783cf83)
parent 88821365
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment