Unverified Commit e0e9c521 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #260964 from dritter/fix-jetbrains-update-script

jetbrains: make update script robust against if no channels exist
parents 008853e4 618d0459
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ def download_channels():
    return {
        channel["@name"]: channel
        for product in products
        if "channel" in product
        for channel in one_or_more(product["channel"])
    }