From ecf38d6110e37533f8b0f2acbc35205dfbedcf3e Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 3 Sep 2021 15:32:01 +0200 Subject: [PATCH] wip --- slsDetectorSoftware/src/DetectorImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/DetectorImpl.cpp b/slsDetectorSoftware/src/DetectorImpl.cpp index bd6a8927c..67fdb1558 100644 --- a/slsDetectorSoftware/src/DetectorImpl.cpp +++ b/slsDetectorSoftware/src/DetectorImpl.cpp @@ -1381,7 +1381,7 @@ std::vector DetectorImpl::readProgrammingFile(const std::string &fname) { throw RuntimeError( "Program FPGA: Could not close destination file after converting"); } - unlink(destfname); // delete temporary file + // unlink(destfname); // delete temporary file LOG(logDEBUG1) << "Successfully loaded the rawbin file to program memory"; LOG(logINFO) << "Read file into memory"; return buffer;