summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e1e6a94)
raw | patch | inline | side by side (parent: e1e6a94)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Sep 2002 01:36:04 +0000 (01:36 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Sep 2002 01:36:04 +0000 (01:36 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1218 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/admin.py | patch | blob | history |
diff --git a/roundup/admin.py b/roundup/admin.py
index a73c086cbd82ed76392efe0fe6c482b431e127d5..ff961b77eb63c50084f049ff32a7d8835e20ba46 100644 (file)
--- a/roundup/admin.py
+++ b/roundup/admin.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: admin.py,v 1.31 2002-09-18 05:07:47 richard Exp $
+# $Id: admin.py,v 1.32 2002-09-24 01:36:04 richard Exp $
import sys, os, getpass, getopt, re, UserDict, shlex, shutil
try:
# do the import and figure the current highest nodeid
maxid = max(maxid, int(cl.import_list(propnames, l)))
- print 'setting', classname, maxid
- self.db.setid(classname, str(maxid))
+ print 'setting', classname, maxid+1
+ self.db.setid(classname, str(maxid+1))
return 0
def do_pack(self, args):