Skip to content

Commit

Permalink
core: small improvement in error message phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed May 23, 2018
1 parent 44a7fda commit db7050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roby/task_structure/dependency.rb
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def pretty_print(pp) # :nodoc:
if mode == :failed_event
pp.text "triggered the failure predicate '#{relation[:failure]}': "
elsif mode == :unreachable_success
pp.text "cannot reach the success condition '#{relation[:success]}': "
pp.text "success condition can no longer be reached '#{relation[:success]}': "
end
explanation.pretty_print(pp)

Expand Down

0 comments on commit db7050f

Please sign in to comment.