From 7468b5c72d9c9f70fc0f525985efb2f5df63510d Mon Sep 17 00:00:00 2001 From: Maxime Bombar <bombar@crans.org> Date: Mon, 8 Jun 2020 11:27:58 +0200 Subject: [PATCH] [client.py] Do not Memoize files retrieved from the server ! --- cpasswords/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cpasswords/client.py b/cpasswords/client.py index 82c31ff..d214f49 100755 --- a/cpasswords/client.py +++ b/cpasswords/client.py @@ -108,7 +108,6 @@ def restore_all_files(options): return remote_command(options, "restorefiles") -@SimpleMemoize def get_file(options, filename): """ Get the content of one remote file -- GitLab