edk2-basetools icon indicating copy to clipboard operation
edk2-basetools copied to clipboard

Fix PEP8 formatting errors

Open Ayush1325 opened this issue 2 years ago • 2 comments

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

Related to #57

Signed-off-by: Ayush Singh [email protected]

Ayush1325 avatar Oct 15 '22 11:10 Ayush1325

Codecov Report

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

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%) :arrow_up:
Windows_NT 4.43% <0.70%> (+0.14%) :arrow_up:

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.

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

codecov[bot] avatar Oct 15 '22 11:10 codecov[bot]

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

Ayush1325 avatar Oct 15 '22 11:10 Ayush1325