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

Fix PEP8 formatting errors #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ayush1325
Copy link

Ran autopep8 using the following command
$ find . -name '*.py' -exec autopep8 --in-place '{}' ;

Related to #57

Signed-off-by: Ayush Singh ayushsingh1325@gmail.com

Ran autopep8 using the following command
$ find . -name '*.py' -exec autopep8 --in-place '{}' \;

Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
@codecov
Copy link

codecov bot commented Oct 15, 2022

Codecov Report

Base: 4.29% // Head: 4.43% // Increases project coverage by +0.14% 🎉

Coverage data is based on head (bf871b4) compared to base (f6598a9).
Patch coverage: 0.70% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##           master     #58      +/-   ##
=========================================
+ Coverage    4.29%   4.43%   +0.14%     
=========================================
  Files         180     179       -1     
  Lines       81386   78740    -2646     
=========================================
  Hits         3493    3493              
+ Misses      77893   75247    -2646     
Flag Coverage Δ
Linux 4.43% <0.70%> (+0.14%) ⬆️
Windows_NT 4.43% <0.70%> (+0.14%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
edk2basetools/AutoGen/AutoGen.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/AutoGenWorker.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/BuildEngine.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/DataPipe.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/GenC.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/GenDepex.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/GenMake.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/GenPcdDb.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/GenVar.py 0.00% <0.00%> (ø)
edk2basetools/AutoGen/IdfClassObject.py 0.00% <0.00%> (ø)
... and 277 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Ayush1325
Copy link
Author

I can break this PR into multiple commits if that would help.

@mdkinney mdkinney requested a review from BobCF March 7, 2023 23:38
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.

None yet

1 participant