Update subgen.py

This commit is contained in:
McCloudS
2024-03-19 11:51:35 -06:00
committed by GitHub
parent 195a146758
commit 8a95c15d88

View File

@@ -615,6 +615,7 @@ def path_mapping(fullpath):
return fullpath.replace(path_mapping_from, path_mapping_to)
return fullpath
if monitor:
# Define a handler class that will process new files
class NewFileHandler(FileSystemEventHandler):
def on_created(self, event):