Changeset 260746 in webkit


Ignore:
Timestamp:
Apr 27, 2020 2:57:53 AM (4 years ago)
Author:
commit-queue@webkit.org
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 <pnormand@igalia.com> on 2020-04-27
Reviewed by Žan Doberšek.

  • flatpak/flatpakutils.py:

(check_flatpak): Fix error message formating.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r260738 r260746  
     12020-04-27  Philippe Normand  <pnormand@igalia.com>
     2
     3        unable to build from tot - linux - flatpakutils.py - TypeError: not enough arguments for format string
     4        https://bugs.webkit.org/show_bug.cgi?id=210941
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * flatpak/flatpakutils.py:
     9        (check_flatpak): Fix error message formating.
     10
    1112020-04-26  Yoshiaki Jitsukawa  <yoshiaki.jitsukawa@sony.com>
    212
  • trunk/Tools/flatpak/flatpakutils.py

    r260428 r260746  
    131131                                      "You can find some informations about"
    132132                                      " how to install it for your distribution at:\n"
    133                                       "    * https://flatpak.org/%s\n", app, required_version,
     133                                      "    * https://flatpak.org/\n", app, required_version,
    134134                                      sys.argv[0])
    135135            return False
Note: See TracChangeset for help on using the changeset viewer.