Commit 14a3a2ec authored by Yusei Tahara's avatar Yusei Tahara

Fixed wrong variable name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18614 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0052b8ae
...@@ -84,9 +84,9 @@ except:\n ...@@ -84,9 +84,9 @@ except:\n
message = \'Problem: unknown\'\n message = \'Problem: unknown\'\n
# reach here, then exception was raised.\n # reach here, then exception was raised.\n
# message must be logged in workflow.\n # message must be logged in workflow.\n
self.processFile(comment=message)\n context.processFile(comment=message)\n
# try again.\n # try again.\n
self.activate(priority=3).convertToBaseFormat()\n context.activate(priority=3).convertToBaseFormat()\n
return message\n return message\n
</string> </value> </string> </value>
</item> </item>
...@@ -102,6 +102,10 @@ return message\n ...@@ -102,6 +102,10 @@ return message\n
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
<value> <value>
...@@ -136,12 +140,11 @@ return message\n ...@@ -136,12 +140,11 @@ return message\n
<string>None</string> <string>None</string>
<string>message</string> <string>message</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>e</string> <string>e</string>
<string>str</string> <string>str</string>
<string>repr</string> <string>repr</string>
<string>Exception</string> <string>Exception</string>
<string>self</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
788 789
\ 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