-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow update of dpf-site.zip #1379
Conversation
…r.py (WIP) Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
# Otherwise get the path to the site_packages of the current virtual environment | ||
current_site_packages_path = None | ||
# Zip it | ||
# Store original dpf-site.zip for this DPF Server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what this code is doing, sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cbellot000, updated to a working version, tested locally
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1379 +/- ##
==========================================
- Coverage 87.54% 87.24% -0.30%
==========================================
Files 81 81
Lines 9360 9401 +41
==========================================
+ Hits 8194 8202 +8
- Misses 1166 1199 +33 |
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Signed-off-by: paul.profizi <paul.profizi@ansys.com>
Based on the current venv.
Store the original
dpf-site.zip
and give arestore
option.