Skip to content
Snippets Groups Projects
Commit 7468b5c7 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

[client.py] Do not Memoize files retrieved from the server !

parent 9b75e90f
No related branches found
No related tags found
No related merge requests found
Pipeline #3286 passed with warnings with stages
in 3 minutes and 6 seconds
...@@ -108,7 +108,6 @@ def restore_all_files(options): ...@@ -108,7 +108,6 @@ def restore_all_files(options):
return remote_command(options, "restorefiles") return remote_command(options, "restorefiles")
@SimpleMemoize
def get_file(options, filename): def get_file(options, filename):
""" """
Get the content of one remote file Get the content of one remote file
......
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