Skip to content

Conversation

@Bastian-Krause
Copy link
Member

@Bastian-Krause Bastian-Krause commented Oct 30, 2019

Description
root_states already contains all states without dependencies as strings. Joining only the first element of each string results in the first character of each state being printed. Fix this by joining root_states directly without a list comprehension.

Checklist

  • PR has been tested

root_states already contains all states without dependencies as
strings. Joining only the first element of each string results in the
first character of each state being printed. Fix this by joining
root_states directly without a list comprehension.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
@codecov
Copy link

codecov bot commented Oct 30, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #520     +/-   ##
========================================
+ Coverage      56%   56.9%   +0.9%     
========================================
  Files         127     127             
  Lines        8497    8719    +222     
========================================
+ Hits         4760    4967    +207     
- Misses       3737    3752     +15
Impacted Files Coverage Δ
labgrid/strategy/graphstrategy.py 98.4% <ø> (ø) ⬆️
labgrid/remote/authenticator.py 0% <0%> (ø) ⬆️
labgrid/util/timeout.py 100% <0%> (ø) ⬆️
labgrid/remote/coordinator.py 0% <0%> (ø) ⬆️
labgrid/consoleloggingreporter.py 100% <0%> (ø) ⬆️
labgrid/provider/fileprovider.py 100% <0%> (ø) ⬆️
labgrid/protocol/resetprotocol.py 100% <0%> (ø) ⬆️
labgrid/protocol/infoprotocol.py 100% <0%> (ø) ⬆️
labgrid/protocol/digitaloutputprotocol.py 100% <0%> (ø) ⬆️
labgrid/driver/deditecrelaisdriver.py 0% <0%> (ø) ⬆️
... and 54 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 57f2eaa...1db6d5c. Read the comment docs.

@jluebbe jluebbe merged commit 3b48d7c into labgrid-project:master Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants