[Bug 752808] validate:launcher: unquote the path to support valgrind log file path
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Jul 26 17:12:59 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752808
--- Comment #3 from Vineeth <vineeth.tm at samsung.com> ---
path2url function is quoting the file name, by using urllib.pathname2url(path)
which converts spaces to %20, and similarly for other special characters.
but valgrind does not support these characters.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list