Skip to content

Commit f4d3a20

Browse files
author
Richard Jones
committed
oops
1 parent 204d958 commit f4d3a20

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

roundup/admin.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: admin.py,v 1.12 2002-05-26 09:04:42 richard Exp $
19+
# $Id: admin.py,v 1.13 2002-05-30 23:58:14 richard Exp $
2020

2121
import sys, os, getpass, getopt, re, UserDict, shlex, shutil
2222
try:
@@ -324,7 +324,6 @@ def do_initialise(self, instance_home, args):
324324
Execute the instance's initialisation function dbinit.init()
325325
'''
326326
# password
327-
print args
328327
if len(args) > 1:
329328
adminpw = args[1]
330329
else:
@@ -1122,6 +1121,9 @@ def main(self):
11221121

11231122
#
11241123
# $Log: not supported by cvs2svn $
1124+
# Revision 1.12 2002/05/26 09:04:42 richard
1125+
# out by one in the init args
1126+
#
11251127
# Revision 1.11 2002/05/23 01:14:20 richard
11261128
# . split instance initialisation into two steps, allowing config changes
11271129
# before the database is initialised.

0 commit comments

Comments
 (0)