Commit d463272f authored by Ivan Tyagov's avatar Ivan Tyagov

Do not fail on non OOo files.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14320 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c934c83
......@@ -301,7 +301,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/hasOOFile</string> </value>
<value> <string>python: hasattr(here, \'hasOOFile\') and here.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......@@ -320,7 +320,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/hasOOFile</string> </value>
<value> <string>python: hasattr(here, \'hasOOFile\') and here.hasOOFile()</string> </value>
</item>
</dictionary>
</pickle>
......
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