Fix list() call in update_submodule
Here we don't just iterate over the results, so we have to use "all=True" instead of "as_list=False". See previous commit for explaination.
Hi all, Gitlab will be set in maintenance mode on Friday 29/11/2024 from 08:45 AM CET with the intention of finishing by the 10:45 PM CET of Friday 29/11/2024
Here we don't just iterate over the results, so we have to use "all=True" instead of "as_list=False". See previous commit for explaination.