Aboyobam Posted April 13, 2020 Share Posted April 13, 2020 Hey I'm just starting with writing workflows and my current problem is to get my argument from my python script back to Alfred. I just could'nt find any solution... Thanks for the help! Link to comment
deanishe Posted April 13, 2020 Share Posted April 13, 2020 Hi @Aboyobam, welcome to the forum. Alfred takes whatever you write to STDOUT as input, and puts whatever you write to STDERR in its debugger. So just use sys.stdout.write(my_result). Link to comment
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