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