Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pyinotify を使用してファイル システムを監視しています。問題は、ディレクトリの名前を変更し、名前を変更したディレクトリにファイルを作成すると、イベントが元のパス (によって参照event.name) から発生することです。何が悪いのかわからない?add_watchウォッチャーを初期化するときのフラグに問題はありますか? 現在、フラグは として設定されていrec=True, auto_add=Trueます。
event.name
add_watch
rec=True, auto_add=True
よろしくお願いします。
IN_MOVE_SELFイベントをマスクに追加する必要があります。
IN_MOVE_SELF
ソース