diff --git a/modules/bulk_enhance_helpers.py b/modules/bulk_enhance_helpers.py index 39f140e6..37e47ffd 100644 --- a/modules/bulk_enhance_helpers.py +++ b/modules/bulk_enhance_helpers.py @@ -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