fixing create-empty-database again

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@775 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-29 13:20:08 +00:00
parent 3505f81696
commit 883a8a564a
+2 -2
View File
@@ -484,8 +484,8 @@ def database(options):
return 0
elif (options[0] == "create-empty-database"):
import databaseTools
mypath = options[1:]
mypath = options[1:]
if len(mypath) == 0:
print_error(yellow(" * ")+red("Not enough parameters"))
return 4