pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

antool: fix coding style #423

Closed ldorau closed 7 years ago

ldorau commented 7 years ago

Fix two PEP 8 coding style violations.


This change is Reviewable

codecov[bot] commented 7 years ago

Codecov Report

Merging #423 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
+ Coverage   76.02%   76.03%   +0.01%     
==========================================
  Files          68       68              
  Lines        8767     8767              
  Branches     1776     1776              
==========================================
+ Hits         6665     6666       +1     
  Misses       1608     1608              
+ Partials      494      493       -1
Flag Coverage Δ
#ltp_tests 45.01% <ø> (-0.07%) :arrow_down:
#sqlite_tests 44.98% <ø> (-0.03%) :arrow_down:
#tests_antool 14.65% <100%> (ø) :arrow_up:
#tests_posix_multi_threaded 25.46% <ø> (-0.09%) :arrow_down:
#tests_posix_single_threaded 53.51% <ø> (+0.02%) :arrow_up:
#tests_preload 44.56% <ø> (+0.03%) :arrow_up:
Impacted Files Coverage Δ
src/tools/antool/antool.py 100% <ø> (ø) :arrow_up:
src/tools/antool/syscall.py 99.66% <100%> (ø) :arrow_up:
src/libpmemfile-posix/dir.c 85.53% <0%> (-0.74%) :arrow_down:
src/libpmemfile-posix/file.c 74.04% <0%> (-0.28%) :arrow_down:
src/libpmemfile-posix/inode.c 88.88% <0%> (+0.32%) :arrow_up:
src/libpmemfile-posix/write.c 84.97% <0%> (+0.46%) :arrow_up:
src/libpmemfile/path_resolve.c 89.28% <0%> (+0.59%) :arrow_up:
src/libpmemfile-posix/data.c 94.9% <0%> (+0.78%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b7e34b3...5013245. Read the comment docs.