我有一個應用程序,我想添加一個'automode'。 def start_stop_automode(self):
self.set_auto()
if not self.auto_mode_btn.isChecked() and self.observer.is_alive():
self.observer.stop()
self.observer.
我想學習python-watchdog,但我有點困惑爲什麼我設置的工作運行不止一次。所以,這裏是我的設立: #handler.py
import os
from watchdog.events import FileSystemEventHandler
from actions import run_something
def getext(filename):
return
問題:How do I watch a file for changes using Python?建議使用看門狗,但我發現它只能看到一個目錄,而不是文件。 watchdog-test.py是監督員的示例腳本: $ python watchdog-test.py ab_test_res.sh &
[1] 30628
[email protected]:~/laike9m$ Traceback