⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (83 Bytes)
Statistics
| Revision:
root
/
scripts
/
xml2db
/
ex_util.py
@ 12
View
History
Annotate
1
# Exception handling
2
3
def
add_msg
(
ex
,
msg
):
ex
.
args
=
(
str
(
ex
).
rstrip
()
+
'
\n
'
+
msg
,)
« Previous
1
2
3
4
…
7
Next »
(2-2/7)
Loading...