From 29a2b1326352b01fe7560ef37e3ea9d73f672c00 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:23:46 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/strip.vala b/src/strip.vala index 8b81b72..50f23b1 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -452,7 +452,9 @@ public class Strip : GLib.Object { ,GLib.FileQueryInfoFlags.NONE,null); var file_size = (int) fileinfo.get_size(); - + if (!FileUtils.test (fn, FileTest.EXISTS)) { + GLib.debug("SKIP -- file does not exist"); + } this.real_query(-1, """ -- 2.39.2