cinek810 / ansible-deployer

Command line utility wrapping ansible-playbook to run it with elevated privileges only for certain predefined tasks.
MIT License
4 stars 5 forks source link

Bugfix sqlite3.OperationalError in DbWriter.create_table() #169

Open LegenJCdary opened 1 year ago

LegenJCdary commented 1 year ago
 34         except sqlite3.OperationalError as exc:
 35             self.logger.debug("Table %s already exists in database %s .", table_name, self.db_path)

might be raised in some other case