From f48c81de53d94f6e39cca1cc776ee9a2575c6c2b Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Thu, 8 Nov 2012 10:45:19 +0100 Subject: [PATCH] Properly get to the previous path, not home --- weboob/tools/application/repl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weboob/tools/application/repl.py b/weboob/tools/application/repl.py index 133d2792..35e826fe 100644 --- a/weboob/tools/application/repl.py +++ b/weboob/tools/application/repl.py @@ -948,7 +948,7 @@ class ReplApplication(Cmd, ConsoleApplication): if path: # Let's go back to the parent directory - self.working_path.home() + self.working_path.restore() else: # Save collections only if we listed the current path. self.collections = collections