[Bug 752650] validate:launcher: catch errors and continue

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 21 03:05:46 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=752650

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #307790|none                        |reviewed
             status|                            |

--- Comment #2 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 307790:
 --> (https://bugzilla.gnome.org/review?bug=752650&attachment=307790)

::: validate/launcher/baseclasses.py
@@ +35,3 @@
 from loggable import Loggable
 import xml.etree.cElementTree as ET
+import sre_compile

That would be

  from sre_compile import error

@@ +1376,3 @@
+                if re.findall("%s\..*\.%s$" % (mfile_bname,
self.FILE_EXTENSION), f):
+                    scenarios.append(os.path.join(os.path.dirname(mfile), f))
+            except error, v:

What kind of error do you get?

-- 
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