Loading pkgs/applications/editors/jetbrains/update_ides.py +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/editors/jetbrains/update_ides.py +1 −0 Original line number Diff line number Diff line Loading @@ -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