Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial_sqlwriter.py never creates the clusterData table even when it does not exist #21

Closed
Teikahym opened this issue Apr 6, 2021 · 2 comments

Comments

@Teikahym
Copy link
Contributor

Teikahym commented Apr 6, 2021

Issue: The try-block executing the "CREATE TABLE IF NOT EXISTS" query is unreachable.

Potential Solution: Move the try-block above the while-loop.

@nfeuer
Copy link
Contributor

nfeuer commented Apr 8, 2021

Thank you for pointing that out! We will check this out during our stream

@Teikahym
Copy link
Contributor Author

Teikahym commented Apr 8, 2021

resolved with: #23

@Teikahym Teikahym closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants