⚲
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
11
aaronmk
# Exception handling
2
3
def
add_msg
(
ex
,
msg
):
ex
.
args
=
(
str
(
ex
).
rstrip
()
+
'
\n
'
+
msg
,)
Loading...