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 "Prefer format() over string interpolation operator" issue #18

Merged
merged 1 commit into from
Feb 21, 2017

Conversation

nijel
Copy link
Member

@nijel nijel commented Feb 21, 2017

This pull request automatically fixes all occurrences of the following issue:

Issue type: Prefer format() over string interpolation operator
Issue details: https://www.quantifiedcode.com/app/project/gh:gammu:python-gammu?groups=code_patterns/%3A4ACGxFj1

To adjust the commit message or the actual code changes, just rebase or cherry-pick the commits.
For questions or feedback reach out to cody@quantifiedcode.com.

Legal note: We won't claim any copyrights on the code changes.

Cheers,
Cody - Your code quality bot

@coveralls
Copy link

coveralls commented Feb 21, 2017

Coverage Status

Coverage remained the same at 38.595% when pulling 7dbec7b on autofix/wrapped2_to3_fix into 35c8678 on master.

@codecov-io
Copy link

Codecov Report

Merging #18 into master will not change coverage.
The diff coverage is 1.47%.

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   37.69%   37.69%           
=======================================
  Files          46       46           
  Lines        1666     1666           
  Branches      203      203           
=======================================
  Hits          628      628           
  Misses       1023     1023           
  Partials       15       15
Impacted Files Coverage Δ
examples/worker.py 0% <ø> (ø)
test/test_smsd.py 84.61% <ø> (ø)
examples/addcontacts.py 0% <ø> (ø)
examples/getallcalendar.py 0% <ø> (ø)
examples/getallmemory_nonext.py 0% <ø> (ø)
gammu/worker.py 87.69% <ø> (ø)
examples/getalltodo.py 0% <ø> (ø)
examples/incoming.py 0% <ø> (ø)
examples/read_sms_backup.py 0% <ø> (ø)
examples/getallsms.py 0% <ø> (ø)
... and 10 more

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 35c8678...7dbec7b. Read the comment docs.

@nijel nijel merged commit 4d36c89 into master Feb 21, 2017
@nijel nijel deleted the autofix/wrapped2_to3_fix branch February 21, 2017 16:51
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

4 participants