print log too cluttered

   661   1   1
User Avatar
Member
280 posts
Joined: Dec. 2015
Offline
So I have a simple python script that just print info from the work items as such:
x = work_item.stringAttribValue ("x",0)
print (x)

Everything works fine except that the script is so fast that the result log is quite difficult to read, even if i limit the process one item at a time.
The output is something like:
josefinePedro
Maria
NicolasJose
etc...
I was wondering if there is anyway to make the process wait for the each work item to complete the log?
Strange problem to have I know, things are too fast!
https://www.imdb.com/name/nm8408875/ [www.imdb.com]
User Avatar
Member
280 posts
Joined: Dec. 2015
Offline
mmm... never mind I guess. Just waiting for all upstream items to be cooked seemed to have done the trick.
https://www.imdb.com/name/nm8408875/ [www.imdb.com]
  • Quick Links