summaryrefslogtreecommitdiff
path: root/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'exception.c')
-rw-r--r--exception.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/exception.c b/exception.c
index 8b50883..9f8ee4c 100644
--- a/exception.c
+++ b/exception.c
@@ -50,6 +50,7 @@ cleanup:
PyErr_Clear();
srd_dbg("Failed to stringify object.");
}
+
return str;
}
@@ -80,6 +81,7 @@ cleanup:
PyErr_Clear();
srd_dbg("Failed to get object attribute %s.", attr);
}
+
return str;
}