mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 18:08:42 -06:00
[FIX] more pep8 fixes
This commit is contained in:
parent
03dc8e46da
commit
109ce4c35b
@ -26,7 +26,7 @@
|
||||
'name': 'Shared Repositories (FTP)',
|
||||
'version': '8.0.0.0.1',
|
||||
'category': 'Knowledge Management',
|
||||
'author': 'Community Association (OCA)',
|
||||
'author': 'Odoo Community Association (OCA)',
|
||||
"license": "AGPL-3",
|
||||
'website': 'http://www.openerp.com',
|
||||
'depends': ['base', 'document'],
|
||||
|
@ -461,7 +461,7 @@ class AbstractedFs(object):
|
||||
a broken or circular symbolic link.
|
||||
"""
|
||||
raise DeprecationWarning()
|
||||
return path and True or False
|
||||
# return path and True or False
|
||||
|
||||
exists = lexists
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user