Code review comment for lp:~martin-borho/ubuntu-weather-app/autopilot-ubuntusdk-update

Revision history for this message
Günter Schwann (schwann) wrote :

Instead of looping through all buttons, here
102 + for button in buttonList:
you could use:
button = toolbar.select_single("ActionItem", objectName=buttonObject)

Otherwise looks good to me.

review: Approve

« Back to merge proposal