Commit 9baa0c14 authored by Sebastien Robin's avatar Sebastien Robin

task distribution: fixed typo

parent 32859fc4
...@@ -286,7 +286,7 @@ class TaskDistributionTool(BaseTool): ...@@ -286,7 +286,7 @@ class TaskDistributionTool(BaseTool):
portal_type="Test Result Line"): portal_type="Test Result Line"):
if test_result_line.getModificationDate() > recent_time: if test_result_line.getModificationDate() > recent_time:
# do not take into account redrafted lines, this means we already # do not take into account redrafted lines, this means we already
# add issues with them # had issues with them
if len([x for x in portal.portal_workflow.getInfoFor( if len([x for x in portal.portal_workflow.getInfoFor(
ob=test_result_line, ob=test_result_line,
name='history', name='history',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment