From 3a415129a0eb25e82aeaaab6606456ee99c5b248 Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Thu, 4 Jun 2026 16:13:52 +0300 Subject: [PATCH] fix file name resolve --- handlers/s_daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/s_daemon.py b/handlers/s_daemon.py index 459bc6c..9fe4125 100644 --- a/handlers/s_daemon.py +++ b/handlers/s_daemon.py @@ -9,6 +9,7 @@ for i in ("input", "output"): path.mkdir(exist_ok=True) # Print the files for file in files: + file=file.lower if file.startswith("~$"): #Проверка не редактируемый ли файл continue # Check if item is a file, not a directory