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
message = \'Problem: unknown\'\n
# reach here, then exception was raised.\n
# message must be logged in workflow.\n
self.processFile(comment=message)\n
context.processFile(comment=message)\n
# try again.\n
self.activate(priority=3).convertToBaseFormat()\n
context.activate(priority=3).convertToBaseFormat()\n
return message\n
</string> </value>
</item>
......@@ -102,6 +102,10 @@ return message\n
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......@@ -136,12 +140,11 @@ return message\n
<string>None</string>
<string>message</string>
<string>_getattr_</string>
<string>context</string>
<string>context</string>
<string>e</string>
<string>str</string>
<string>repr</string>
<string>Exception</string>
<string>self</string>
</tuple>
</value>
</item>
......
788
\ No newline at end of file
789
\ 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