Merge pull request #260964 from dritter/fix-jetbrains-update-script
jetbrains: make update script robust against if no channels exist
This commit is contained in:
commit
e0e9c52167
@ -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"])
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user