Update bulk_enhance_helpers.py

This commit is contained in:
ChrisColeTech 2024-08-19 18:38:18 -04:00
parent 2ab91c958a
commit ec177f2ca3
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def on_file_change(files, data_type):
def on_input_change(input_path, file_explorer):
if input_path:
# Verify with normalised version of path
input_path = os.path.normpath(input_path)
input_path = os.path.normpath(os.path.realpath(input_path))
if os.path.isdir(input_path):
# Return an empty list if input_path is a directory