Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.core
Commits
81fb0aa2
Commit
81fb0aa2
authored
Jul 13, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not swallow exception.
parent
d9c8287d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
master/product/Vifib/Tool/VifibRestApiTool.py
master/product/Vifib/Tool/VifibRestApiTool.py
+2
-6
No files found.
master/product/Vifib/Tool/VifibRestApiTool.py
View file @
81fb0aa2
...
@@ -52,11 +52,7 @@ class VifibRestApiTool(BaseTool):
...
@@ -52,11 +52,7 @@ class VifibRestApiTool(BaseTool):
def
v1
(
self
):
def
v1
(
self
):
"""API hooked"""
"""API hooked"""
# XXX: It could be done better (more dynamic, configurable from UI)
# XXX: It could be done better (more dynamic, configurable from UI)
try
:
from
erp5.component.document.VifibRestAPIV1
import
VifibRestAPIV1
from
erp5.component.document.VifibRestAPIV1
import
VifibRestAPIV1
except
ImportError
:
return
''
else
:
return
VifibRestAPIV1
().
__of__
(
self
)
return
VifibRestAPIV1
().
__of__
(
self
)
security
.
declarePrivate
(
'manage_afterAdd'
)
security
.
declarePrivate
(
'manage_afterAdd'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment