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

Make the upgrade and make_project scripts work again. #3608

Merged
merged 1 commit into from
Apr 26, 2020

Conversation

davidpanderson
Copy link
Contributor

These scripts use the python mysqldb module, which is available only for Python 2.

To use Python 3 for these scripts, we'd need to find a new MySQL interface module,
and change our Python code to use it.

These scripts use the python mysqldb module, which is available only for Python 2.

To use Python 3 for these scripts, we'd need to find a new MySQL interface module,
and change our Python code to use it.
@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #3608 into master will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3608      +/-   ##
==========================================
+ Coverage   18.11%   18.12%   +0.01%     
==========================================
  Files         107      107              
  Lines        8787     8787              
  Branches     1544     1544              
==========================================
+ Hits         1592     1593       +1     
+ Misses       7079     7078       -1     
  Partials      116      116              
Impacted Files Coverage Δ
...va/edu/berkeley/boinc/rpc/AcctMgrRPCReplyParser.kt 88.46% <0.00%> (+3.84%) ⬆️

@davidpanderson davidpanderson merged commit 0900f7e into master Apr 26, 2020
@AenBleidd AenBleidd added this to the Server Release 1.4.1 milestone Aug 14, 2023
@AenBleidd AenBleidd deleted the dpa_python branch August 15, 2023 09:29
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

Successfully merging this pull request may close these issues.

2 participants