Skip to content
Snippets Groups Projects
Commit 40f3316b authored by nkour's avatar nkour
Browse files

commit sth to assist testing

parent 50446b7f
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ class GajimRemote:
pref_keys = prefs_dict[0].keys()
pref_keys.sort()
for pref_key in pref_keys:
print pref_key, '=', prefs_dict[0 ][pref_key]
print pref_key, '=', prefs_dict[0][pref_key]
elif res:
print res
......@@ -564,7 +564,8 @@ Type "%s help %s" for more info') % (args[argv_len][0], BASENAME, self.command))
res = self.method(sys.argv[2], sys.argv[3], sys.argv[4],
sys.argv[5])
return res
except Exception:
except Exception, e:
print str(e)
raise ServiceNotAvailable
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment