This commit is contained in:
Florent 2014-01-07 12:57:36 +01:00
commit 52111043e3

View file

@ -237,7 +237,7 @@ class ReplApplication(Cmd, ConsoleApplication):
try: try:
obj = self.objects[int(_id) - 1] obj = self.objects[int(_id) - 1]
except (IndexError, ValueError): except (IndexError, ValueError):
return None pass
else: else:
try: try:
backend = self.weboob.get_backend(obj.backend) backend = self.weboob.get_backend(obj.backend)