Merge lp:~cjohnston/summit/798822 into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Nigel Babu
Approved revision: 125
Merged at revision: 125
Proposed branch: lp:~cjohnston/summit/798822
Merge into: lp:summit
Diff against target: 9 lines (+1/-1)
1 file modified
summit/schedule/management/commands/initslots.py (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/798822
Reviewer Review Type Date Requested Status
Nigel Babu (community) Approve
Review via email: mp+65842@code.launchpad.net

Commit message

Adds a print statement to provide feedback when initslots has completed.

To post a comment you must log in.
Revision history for this message
Nigel Babu (nigelbabu) wrote :

I would have loved to leave this as bitesize, but since you took the trouble, its fine.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/management/commands/initslots.py'
2--- summit/schedule/management/commands/initslots.py 2011-04-06 13:15:54 +0000
3+++ summit/schedule/management/commands/initslots.py 2011-06-24 22:17:25 +0000
4@@ -114,4 +114,4 @@
5 slottime = slottime + duration
6
7 date = date + day
8-
9+ print "Initializing slots complete."

Subscribers

People subscribed via source and target branches