Skip to content
Snippets Groups Projects
Unverified Commit 54c3f4f0 authored by Robbie Trencheny's avatar Robbie Trencheny Committed by GitHub
Browse files

Fix spelling mistake in recorder migration [ci skip]

parent 7289d5b6
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ def _add_columns(engine, table_name, columns_def):
if 'duplicate' not in str(err).lower():
raise
_LOGGER.warning('Column %s already exists on %s, continueing',
_LOGGER.warning('Column %s already exists on %s, continuing',
column_def.split(' ')[1], table_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment