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 433d18b commit 8c1f207Copy full SHA for 8c1f207
ee/core/mysql.py
@@ -133,5 +133,4 @@ def check_db_exists(self, db_name):
133
return False
134
except MySQLConnectionError as e:
135
Log.debug(self, str(e))
136
- raise MySQLConnectionError
137
- #return False
+ return False
0 commit comments