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

session.close should happen in __del__ #156

Open
mfekadu opened this issue May 24, 2020 · 0 comments
Open

session.close should happen in __del__ #156

mfekadu opened this issue May 24, 2020 · 0 comments
Labels
bug:performance bugs related to the performance of the Nimbus system bug Something isn't working

Comments

@mfekadu
Copy link
Member

mfekadu commented May 24, 2020

api/database_wrapper.py

Lines 854 to 856 in 35762df

def __del__(self):
print("NimbusMySQLAlchemy closed")

@mfekadu mfekadu added bug Something isn't working bug:performance bugs related to the performance of the Nimbus system labels May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:performance bugs related to the performance of the Nimbus system bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant