Commit 862db0ed authored by Sebastien Robin's avatar Sebastien Robin

fixed undefined variable

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13947 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7786cf4e
...@@ -124,7 +124,7 @@ for line in line_list :\n ...@@ -124,7 +124,7 @@ for line in line_list :\n
source_counter = source\n source_counter = source\n
# Make sure there is no reindex with the tag of this counter\n # Make sure there is no reindex with the tag of this counter\n
if not serialize_dict.has_key(source_counter):\n if not serialize_dict.has_key(source_counter):\n
serialize_dict[key] = 1\n serialize_dict[source_counter] = 1\n
source_object = context.portal_categories.getCategoryValue(source_counter)\n source_object = context.portal_categories.getCategoryValue(source_counter)\n
source_object.serialize()\n source_object.serialize()\n
# Reindex this line with this particular source_counter tag\n # Reindex this line with this particular source_counter tag\n
...@@ -235,7 +235,6 @@ return 0\n ...@@ -235,7 +235,6 @@ return 0\n
<string>line</string> <string>line</string>
<string>line_resource</string> <string>line_resource</string>
<string>_write_</string> <string>_write_</string>
<string>key</string>
<string>source_object</string> <string>source_object</string>
<string>activate_kw</string> <string>activate_kw</string>
<string>cell</string> <string>cell</string>
......
183 185
\ No newline at end of file \ No newline at end of file
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