mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 05:01:13 +01:00
add xilinx ctb api to --versions command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user