Permalink
Please
sign in to comment.
Browse files
graphstrategy: fix error message about multiple root states
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>
- Loading branch information
0 comments on commit
3b48d7c