Prep XML generation
This commit is contained in:
parent
9e58429aae
commit
8b5a35dcc4
@ -178,12 +178,5 @@ if __name__ == '__main__':
|
||||
file_name = event.name
|
||||
log.info(f"File '{file_name}' was moved to watch directory '{watch_dir}', processing ...")
|
||||
|
||||
# is_xauth = xauth_pattern.findall(event.name)
|
||||
#if is_xauth and "flags.CREATE" in events:
|
||||
# log.info(f"New .Xauthority file '{event.name}' detected")
|
||||
# react_to_cec = True
|
||||
# xauth_abs_path = xauth_dir + "/" + event.name
|
||||
# set_xauth_env(xauth_abs_path)
|
||||
#elif is_xauth and "flags.DELETE" in events:
|
||||
# log.info(f".Xauthority file '{event.name}' was deleted")
|
||||
# react_to_cec = False
|
||||
# TODO https://docs.python.org/3/library/xml.etree.elementtree.html
|
||||
# TODO generate xml
|
Loading…
x
Reference in New Issue
Block a user