Skip to content Skip to sidebar Skip to footer

Python Watchdog - Src_path Inconsistent

I'm trying to write a script that watches a specific log file for modification, but I can't get it to see any .txt files. It works fine with other types of files. from watchdog.obs

Solution 1:

can you rename file test.txt to some other name say mytest.txt I feel like /t is treated differently or may be you can add escape sequence to bypass.


Post a Comment for "Python Watchdog - Src_path Inconsistent"