Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Oct 16, 2024
1 parent f52bfb3 commit bc94761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def temporarily_run_mysql(self, sql_password: str) -> Generator[None, None, None
).run()

def _setup_database_users_and_tables(self, vhd_install: bool = True) -> None:
sql_password = ''
sql_password = ""
retry_count = 5
while --retry_count > 0:
sql_password = self.prompt.prompt(
Expand Down

0 comments on commit bc94761

Please sign in to comment.