Title: [260746] trunk/Tools
Revision
260746
Author
[email protected]
Date
2020-04-27 02:57:53 -0700 (Mon, 27 Apr 2020)

Log Message

unable to build from tot - linux - flatpakutils.py - TypeError: not enough arguments for format string
https://bugs.webkit.org/show_bug.cgi?id=210941

Patch by Philippe Normand <[email protected]> on 2020-04-27
Reviewed by Žan Doberšek.

* flatpak/flatpakutils.py:
(check_flatpak): Fix error message formating.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (260745 => 260746)


--- trunk/Tools/ChangeLog	2020-04-27 09:43:59 UTC (rev 260745)
+++ trunk/Tools/ChangeLog	2020-04-27 09:57:53 UTC (rev 260746)
@@ -1,3 +1,13 @@
+2020-04-27  Philippe Normand  <[email protected]>
+
+        unable to build from tot - linux - flatpakutils.py - TypeError: not enough arguments for format string
+        https://bugs.webkit.org/show_bug.cgi?id=210941
+
+        Reviewed by Žan Doberšek.
+
+        * flatpak/flatpakutils.py:
+        (check_flatpak): Fix error message formating.
+
 2020-04-26  Yoshiaki Jitsukawa  <[email protected]>
 
         [PlayStation] Enable TestWTF and TestWebCore

Modified: trunk/Tools/flatpak/flatpakutils.py (260745 => 260746)


--- trunk/Tools/flatpak/flatpakutils.py	2020-04-27 09:43:59 UTC (rev 260745)
+++ trunk/Tools/flatpak/flatpakutils.py	2020-04-27 09:57:53 UTC (rev 260746)
@@ -130,7 +130,7 @@
                                       " to be able to use the '%s' script.\n\n"
                                       "You can find some informations about"
                                       " how to install it for your distribution at:\n"
-                                      "    * https://flatpak.org/%s\n", app, required_version,
+                                      "    * https://flatpak.org/\n", app, required_version,
                                       sys.argv[0])
             return False
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to