-
Notifications
You must be signed in to change notification settings - Fork 9
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
M trevoux patch 1 #31
Conversation
Hi gents, I was following this project. I did some personal coding that I believe is good to share with you. Idea is to add DoSlowCmd for long calculation to avoid timeout of a script. I followed the orignal VBA code. I did a try and it worked fine. We could go for furhter testing. Can we discuss about this patch? Tell me your thoughts. Marc
label:enhancement adding DoSlowCmd in openserver.py
adding context manager
Not sure I understand the purpose of this PR. The initial class has methods to connect and disconnect to free up the license. If an exception is thrown, the disconnect method is run and license free'd up? |
Hi, the use of |
Hi, For the use cases, I see two of them:
I will keep you posted in the coming days. |
Looks good! Please update version.py and changelog.md and I can merge it afterwards. |
Thank you very much for your contribution :) |
With pleasure! |
The new version is now available on PyPi as well so you can run |
Hello,
Adding context manager for dealing with connections avoiding blockage of licenses.
Testing below:
