Salome HOME
style: black format
[tools/sat.git] / commands / source_update.py
index c934d62d94e3168a9a0b42236abe1875521cb2c2..95e6ae147aa8b9680ec745ec0b3aeefe487887d1 100644 (file)
@@ -632,7 +632,9 @@ def run(args, runner, logger):
     products_infos = src.product.get_products_list(options, runner.cfg, logger)
 
     # Call to the function that gets all the sources
-    good_result, results = update_all_product_sources(runner.cfg, products_infos, logger)
+    good_result, results = update_all_product_sources(
+        runner.cfg, products_infos, logger
+    )
 
     # Display the results (how much passed, how much failed, etc...)
     status = src.OK_STATUS