From 3e04018ce3e302798d9b281609c63dfce1557626 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Fri, 19 May 2023 17:30:11 +0900 Subject: [PATCH] =?UTF-8?q?GMO=E3=81=AE=E3=83=80=E3=82=A6=E3=83=B3?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=83=89=E4=B8=80=E6=99=82=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E5=90=8D=E3=81=8C=E7=8B=AC=E8=87=AA=E3=81=A0?= =?UTF-8?q?=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CSVDownloader/Web/WebController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSVDownloader/Web/WebController.cs b/CSVDownloader/Web/WebController.cs index 78a816f..a92ffe6 100644 --- a/CSVDownloader/Web/WebController.cs +++ b/CSVDownloader/Web/WebController.cs @@ -171,7 +171,7 @@ namespace CSVDownloader.Web { var file = files[0]; - if (file.Name.Contains(".crdownload")) { + if (file.Name.Contains(".crdownload") || file.Name.Contains(".tmp")) { // ダウンロード継続 last_size = file.Length; logger_.Info($"ダウンロード監視中:{file.Name} size:{file.Length}");