We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd7cb2 commit 21ecee5Copy full SHA for 21ecee5
ee/cli/plugins/site_functions.py
@@ -106,8 +106,7 @@ def setupdatabase(self, data):
106
' please wait')
107
ee_random10 = (''.join(random.sample(string.ascii_uppercase +
108
string.ascii_lowercase + string.digits, 10)))
109
- ee_db_name = (ee_db_name[0:6] + ee_random10)
110
-
+ ee_db_username = (ee_db_name[0:6] + ee_random10)
111
# create MySQL database
112
Log.info(self, "Setting up database\t\t", end='')
113
Log.debug(self, "Creating databse {0}".format(ee_db_name))
0 commit comments