rhyd Posted June 7, 2015 Share Posted June 7, 2015 (edited) Background I use a workflow to search Omnifocus data direct from Alfred. This is a Python script using deanishe's alfred-workflow. This works well but I've spotted an odd edge case: * invoke the workflow and pass it a single character query (e.g. .s e) * nothing happens other than alfred creating a python process which is left stale * no output shown in alfred workflow debugger * providing a longer query does work Is this a known issue or expected behaviour? Details Alfred version & build number: v2.7.1 (387) OS X version: 10.9.4 Reproducible: Yes, here's a video demonstrating the problem. Script Filter settings Steps to reproduce Assumption: you have Omnifocus installed. Install v1.1.2 of the workflow Invoke the workflow '.s' with query 'e' Results: Alfred debugger will show no output Stale python process shown when running ps aux | grep python Edited June 7, 2015 by rhyd Link to comment Share on other sites More sharing options...
vitor Posted June 7, 2015 Share Posted June 7, 2015 Have you tried it with other workflows? This may be a bug with the workflow itself or one of the libraries it’s using, and not Alfred itself. Link to comment Share on other sites More sharing options...
rhyd Posted June 12, 2015 Author Share Posted June 12, 2015 @Vítor, good point. I'll try another, similar workflow to see if I see the same thing. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now