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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user