From f8a0c616c5fb38451273419a53380c42522ab9d0 Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Tue, 30 Dec 2008 09:28:25 -0500 Subject: [PATCH] Actually use the sleep call ... Signed-off-by: Michael Casadevall --- dak/update_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/update_db.py b/dak/update_db.py index 665724e9..7cb8a275 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" -- 2.39.5