Error evaluating conditions

"Error evaluating conditions"
That is what shows when the attached applescript is run for rule evaluation.
When the folder is run, the file in question is simply not matched by any rules. There are no error messages (even with full Debug Mode)
The apple script is as simple as it can be
It is saved as a scpt file
The Security & Privacy Preferences show under Automation:
HazelHelper.app
[x] ABBYY Finereader for ScanSnap.app underneath it
Not sure if that is correct/sufficient
I have tried to reset the TCC via
followed by a restart
Hazel has not prompted me for any permissions after that. It is not showing in the Automation section anymore
Suggestions?
That is what shows when the attached applescript is run for rule evaluation.
When the folder is run, the file in question is simply not matched by any rules. There are no error messages (even with full Debug Mode)
The apple script is as simple as it can be
- Code: Select all
on hazelMatchFile(theFile, inputAttributes)
return {hazelPassesScript:true}
end hazelMatchFile
It is saved as a scpt file
The Security & Privacy Preferences show under Automation:
HazelHelper.app
[x] ABBYY Finereader for ScanSnap.app underneath it
Not sure if that is correct/sufficient
I have tried to reset the TCC via
- Code: Select all
sudo tccutil reset all
followed by a restart
Hazel has not prompted me for any permissions after that. It is not showing in the Automation section anymore
Suggestions?