Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3afcddaeb6
|
@@ -36,7 +36,7 @@ from pyinotify import ProcessEvent, ExcludeFilter
|
|||||||
from pyinotifyd._install import install, uninstall
|
from pyinotifyd._install import install, uninstall
|
||||||
from pyinotifyd.scheduler import TaskScheduler, Cancel
|
from pyinotifyd.scheduler import TaskScheduler, Cancel
|
||||||
|
|
||||||
__version__ = "1.0.0"
|
__version__ = "1.0.1"
|
||||||
|
|
||||||
|
|
||||||
def setLoglevel(loglevel, logname=None):
|
def setLoglevel(loglevel, logname=None):
|
||||||
|
|||||||
@@ -36,8 +36,8 @@
|
|||||||
|
|
||||||
#move_rule = Rule(
|
#move_rule = Rule(
|
||||||
# action="move",
|
# action="move",
|
||||||
# src_re="^/src_path/(?P<path>.*).to_move",
|
# src_re=r"^/src_path/(?P<path>.*).to_move",
|
||||||
# dst_re="/dst_path/\\g<path>.moved",
|
# dst_re=r"/dst_path/\g<path>.moved",
|
||||||
# auto_create=True,
|
# auto_create=True,
|
||||||
# filemode=0o755,
|
# filemode=0o755,
|
||||||
# dirmode=0o644,
|
# dirmode=0o644,
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#delete_rule = Rule(
|
#delete_rule = Rule(
|
||||||
# action="delete",
|
# action="delete",
|
||||||
# src_re="^/src_path/(?P<path>.*).to_delete",
|
# src_re=r"^/src_path/(?P<path>.*).to_delete",
|
||||||
# rec=False)
|
# rec=False)
|
||||||
|
|
||||||
#file_sched = FileManagerScheduler(
|
#file_sched = FileManagerScheduler(
|
||||||
|
|||||||
Reference in New Issue
Block a user