[gimp-web/wip/Jehan/fix-ci] Plop.



commit 0e1c930914b8a781cc3022e5267fc3bfae71b30a
Author: Jehan <jehan girinstud io>
Date:   Sun May 1 20:31:44 2022 +0200

    Plop.

 tools/downloads/gimp-check-mirrors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/downloads/gimp-check-mirrors.py b/tools/downloads/gimp-check-mirrors.py
index aa9789a2..4446950a 100755
--- a/tools/downloads/gimp-check-mirrors.py
+++ b/tools/downloads/gimp-check-mirrors.py
@@ -129,7 +129,6 @@ def verify_remote(uri, future):
     status = 'Too many redirects'
   except OSError as error:
     status = str(error.strerror)
-  sys.stdout.flush()
 
   return uri, success, status, checksum_ok
 
@@ -200,6 +199,7 @@ with concurrent.futures.ThreadPoolExecutor(max_workers=None) as executor:
           checksum_text = ' (checksum KO)'
 
       print(status + ' : ' + uri + checksum_text)
+      sys.stdout.flush()
       if not success:
         error_count += 1
     print()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]