summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c7830a2)
raw | patch | inline | side by side (parent: c7830a2)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 27 Apr 2002 10:07:23 +0000 (10:07 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 27 Apr 2002 10:07:23 +0000 (10:07 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@712 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/admin.py | patch | blob | history |
diff --git a/roundup/admin.py b/roundup/admin.py
index 1fcbe72b7e3c4500d83ce50f5f88c83a215aea81..5e2ac94d01ed76efea8a1ffa02ffdfd0d807a1b8 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.9 2002-03-12 22:51:47 richard Exp $
+# $Id: admin.py,v 1.10 2002-04-27 10:07:23 richard Exp $
import sys, os, getpass, getopt, re, UserDict, shlex
try:
parent = os.path.split(instance_home)[0]
if not os.path.exists(parent):
raise UsageError, _('Instance home parent directory "%(parent)s"'
- 'does not exist')%locals()
+ ' does not exist')%locals()
# select template
import roundup.templates
#
# $Log: not supported by cvs2svn $
+# Revision 1.9 2002/03/12 22:51:47 richard
+# . #527416 ] roundup-admin uses undefined value
+# . #527503 ] unfriendly init blowup when parent dir
+# (also handles UsageError correctly now in init)
+#
# Revision 1.8 2002/02/27 03:28:21 richard
# Ran it through pychecker, made fixes
#