projects
/
treecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f1393
)
xinclude: fixed python3 except
author
Fredrik Unger
<fredrik.unger@openchip.com>
Mon, 2 Mar 2026 12:43:49 +0000
(13:43 +0100)
committer
Fredrik Unger
<fredrik.unger@openchip.com>
Mon, 2 Mar 2026 12:43:49 +0000
(13:43 +0100)
xinclude/contact.py
patch
|
blob
|
history
diff --git
a/xinclude/contact.py
b/xinclude/contact.py
index 4c7acf254f6f0876ad16ad5c5b783b0dd46da4aa..fe17f0eacf0949162e750ffa6a723b0fd18b4988 100755
(executable)
--- a/
xinclude/contact.py
+++ b/
xinclude/contact.py
@@
-139,7
+139,7
@@
class Organization(object):
# Quick fix for when an address has two phone numbers : FIXME
try:
self.address[i].add_phone(phone)
- except IndexError
, e
:
+ except IndexError:
pass
def db_xml(self):