add xilinx ctb api to --versions command

This commit is contained in:
2025-03-11 15:51:46 +01:00
parent 010f736e80
commit ab01940769
4 changed files with 6 additions and 4 deletions

View File

@ -915,10 +915,10 @@ void Implementation::CreateUDPSockets() {
}
void Implementation::SetupWriter() {
try {
//check if filePath empty and throw error
if(filePath.empty()){
// check if filePath empty and throw error
if (filePath.empty()) {
throw ReceiverError("File path cannot be empty");
}
// check if folder exists and throw if it cant create