6 ms·
if len(request.pipeline): you want to execute only if it has a length. cool though, I am using pipelines for something at work and read this post and realized
by mhahn 14y ago
if len(request.pipeline):
you want to execute only if it has a length.
cool though, I am using pipelines for something at work and read this post and realized I was executing even if there was nothing to execute!
- raverbashing 14y agoOh, of course =) I don't know why I put the 'not' there