Skip to content

Commit

Permalink
Update subgen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Mar 19, 2024
1 parent 62e3033 commit 67b4120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subgen/subgen.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
subgen_version = '2024.3.19.11'
subgen_version = '2024.3.19.10'

from datetime import datetime
import subprocess
Expand Down Expand Up @@ -616,7 +616,7 @@ def path_mapping(fullpath):
return fullpath

if monitor:
# Define a handler class that will process new files
# Define a handler class that will process new files
class NewFileHandler(FileSystemEventHandler):
def on_created(self, event):
# Only process if it's a file
Expand Down

0 comments on commit 67b4120

Please sign in to comment.