Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 12, 2023
1 parent 69f5b44 commit 8b5e8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/s2p/s2p_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void S2pThread::ExecuteCommand(int fd) const
try {
context.WriteResult(result);
}
catch (const io_exception&) {
catch (const io_exception&) { // NOSONAR Ignored because not relevant when writing the result
// Ignore
}
}
Expand Down

0 comments on commit 8b5e8ab

Please sign in to comment.