You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2018/10/18 14:40:05 UTC

svn commit: r1844250 - /poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py

Author: nick
Date: Thu Oct 18 14:40:05 2018
New Revision: 1844250

URL: http://svn.apache.org/viewvc?rev=1844250&view=rev
Log:
Don't fail on comments which contain the word 'modules' (or similar)

Modified:
    poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py

Modified: poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py?rev=1844250&r1=1844249&r2=1844250&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py (original)
+++ poi/site/src/documentation/content/xdocs/status.copy_module_from_bugzilla.py Thu Oct 18 14:40:05 2018
@@ -60,7 +60,7 @@ def add_module_frombugzilla_attr(line):
     line is a string, containing the <action> opening tag
     """
     global bugzilla_bug_to_component
-    assert 'module' not in line, \
+    assert 'module=' not in line, \
        "Invalid action line, should not already contain module: %s" % line
 
     bugs = [x.strip() for x in get_fixesbug_attr(line).split(',')]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org