Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
32b5d9d43a7e
Commit
778d263a
authored
Apr 04, 2011
by
Sylvain Thénault
Browse files
[dataimport] propagate stack
--HG-- branch : stable
parent
d6d905d0344f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dataimport.py
View file @
32b5d9d4
...
...
@@ -185,7 +185,7 @@ def mk_entity(row, map):
if
res
[
dest
]
is
None
:
break
except
ValueError
,
err
:
raise
ValueError
(
'error with %r field: %s'
%
(
src
,
err
))
raise
ValueError
(
'error with %r field: %s'
%
(
src
,
err
))
,
None
,
sys
.
exc_info
()[
-
1
]
return
res
# user interactions ############################################################
...
...
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