Commit 7cf6c1274f2646151e9f961b4b0b7c295fd04b6a
1 parent
89e9fa90
Exists in
dev
bugfix stderr dans install.py
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
install/install.py
... | ... | @@ -298,6 +298,7 @@ def install_database(venv): |
298 | 298 | # --- Creating database and creating and granting user pyros |
299 | 299 | # -------------------------------------------- |
300 | 300 | user_ros_is_created = True |
301 | + | |
301 | 302 | if sql_version<5.5: |
302 | 303 | print(Colors.LOG_BLUE +"------------------ Check if the user pyros exists in MYSQL (type the pyros password) -----------------------------" + Colors.END) |
303 | 304 | # --- We are testing if user pyros already exists in the database | ... | ... |