Code review comment for lp:~andrewsomething/ubuntu-clock-app/sunrise-sunset-fixes

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

A small nitpick, can you move,

63 + Utils.log("Saving Sunrise/Sunset times to disk");

into the try statement after tx.executesql step. This way it doesnt trigger until it is *actually* saved into disk.

review: Needs Fixing

« Back to merge proposal