[Bug 752461] validate:launcher: skip default assets for --medias-paths
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 16 04:17:33 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752461
Thibault Saunier <tsaunier at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #307549|none |needs-work
status| |
--- Comment #12 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 307549:
--> (https://bugzilla.gnome.org/review?bug=752461&attachment=307549)
::: validate/launcher/main.py
@@ -295,3 +295,3 @@
self.http_server_dir = path
- def add_paths(self, paths):
+ def add_paths(self, paths, Force):
You should set the default value of Force here:
def add_paths(self, paths, force=False):
--
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