Skip to content

Commit

Permalink
db password can be None
Browse files Browse the repository at this point in the history
  • Loading branch information
erplsf committed May 16, 2024
1 parent 8899606 commit c7c6325
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pg_migration_tool/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ async def check_connection_for_db(self, db, label) -> bool:

db["db_password"] = db_password

if not db_password:
return False

self.query_one(label).set_class(False, 'invisible')
self.query_one(label).update(f"{label} Running connection test...")

Expand Down

0 comments on commit c7c6325

Please sign in to comment.