[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Actually use the sleep call ...



Signed-off-by: Michael Casadevall <sonicmctails@gmail.com>
---
 dak/update_db.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/update_db.py b/dak/update_db.py
index 665724e..7cb8a27 100755
--- a/dak/update_db.py
+++ b/dak/update_db.py
@@ -115,7 +115,7 @@ Updates dak's database schema to the lastest version. You should disable crontab
             print "Please make sure you have a database backup handy. If you don't, press Ctrl-C now!"
             print ""
             print "Continuing in five seconds ..."
-            #time.sleep(5)
+            time.sleep(5)
             print ""
             print "Attempting to upgrade pre-zero database to zero"
 
-- 
1.5.6.5



Reply to: