![]() |
Linux files are not deleted - Printable Version +- Hashtopolis Forum (https://hashtopolis.org) +-- Forum: Support (https://hashtopolis.org/forum-1.html) +--- Forum: Problems (https://hashtopolis.org/forum-2.html) +--- Thread: Linux files are not deleted (/thread-1823.html) |
Linux files are not deleted - neyron - 01-12-2023 The problem is in the file files.py line 41. os.path.dirname(self.config.get_value('files-path') + "/" + filename) != "files" This os.path.dirname is equal to the path from my config. Therefore, there is a continuation |