Update subgen.py
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
subgen_version = '2024.3.19.11'
|
subgen_version = '2024.3.19.10'
|
||||||
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import subprocess
|
import subprocess
|
||||||
@@ -616,7 +616,7 @@ def path_mapping(fullpath):
|
|||||||
return fullpath
|
return fullpath
|
||||||
|
|
||||||
if monitor:
|
if monitor:
|
||||||
# Define a handler class that will process new files
|
# Define a handler class that will process new files
|
||||||
class NewFileHandler(FileSystemEventHandler):
|
class NewFileHandler(FileSystemEventHandler):
|
||||||
def on_created(self, event):
|
def on_created(self, event):
|
||||||
# Only process if it's a file
|
# Only process if it's a file
|
||||||
|
|||||||
Reference in New Issue
Block a user