From 4f0e0cc9cf9263005833ae62462e6e0ce656e5d9 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 23 Sep 2022 09:47:41 -0300 Subject: [PATCH] [Diff] Avoid warnings about no PDF reader --- kibot/out_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_diff.py b/kibot/out_diff.py index 946ad134..89a0fa34 100644 --- a/kibot/out_diff.py +++ b/kibot/out_diff.py @@ -130,7 +130,7 @@ class DiffOptions(BaseOptions): return self.h.hexdigest() def add_to_cache(self, name, hash): - cmd = [self.command, '--only_cache', '--old_file_hash', hash, '--cache_dir', self.cache_dir] + cmd = [self.command, '--no_reader', '--only_cache', '--old_file_hash', hash, '--cache_dir', self.cache_dir] if self.incl_file: cmd.extend(['--layers', self.incl_file]) if GS.debug_enabled: