FileWatcher w/ sample script & sample settings
This version seems to be buggy, the code I have on the repo probably isn't the newest code I have; I have to go looking through my backups to verify which is the most up-to-date version. I've included a sample script and settings file.
This commit is contained in:
parent
51e217e38c
commit
f6eb064ce4
6 changed files with 42 additions and 1 deletions
3
scripts/sample.py
Normal file
3
scripts/sample.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
def process_updated_files( files ):
|
||||
for f in files:
|
||||
print f
|
Loading…
Add table
Add a link
Reference in a new issue