Skip to content

Commit

Permalink
Added comment for empty action string in failure message.
Browse files Browse the repository at this point in the history
  • Loading branch information
lass5588 committed Nov 9, 2022
1 parent a309e56 commit bf13ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProtobufServer/ecdar_requests/send_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ fn convert_ecdar_result(query_result: &QueryResult) -> Option<ProtobufResult> {
reason: "".to_string(),
relation: vec![],
state: None,
action: "".to_string(),
action: "".to_string(), // Empty string is used, when no failing action is available.
}))
}
refine::RefinementResult::Failure(failure) => convert_refinement_failure(failure),
Expand Down

0 comments on commit bf13ebf

Please sign in to comment.