diff --git a/lodgeit/lib/xmlrpc.py b/lodgeit/lib/xmlrpc.py index aa620d8..7ae2d44 100644 --- a/lodgeit/lib/xmlrpc.py +++ b/lodgeit/lib/xmlrpc.py @@ -71,4 +71,4 @@ def exported(name, hidden=False): def strip_control_chars(s): - return _strip_re.sub('', s) + return _strip_re.sub('', s or '')