Skip to content
Snippets Groups Projects
Commit 5992984f authored by Jacek Maksymilian Chodak's avatar Jacek Maksymilian Chodak Committed by Jorge Camarero Vera
Browse files

Resolve: #125 - Problem with reading OSM tapes using position by block id

parent 2ed7ad13
Branches
Tags
No related merge requests found
......@@ -20,7 +20,8 @@ files were renamed to *configurationfile.rpmsave* and thefore some services and
See all details and fix in cta/CTA#119
### Bug fixes
-cta/CTA#119 [new repo] - Packaging issue with CTA 4.7.8-1/4.7.9-1
- cta/CTA#119 [new repo] - Packaging issue with CTA 4.7.8-1/4.7.9-1
- #125 - Problem with reading OSM tapes using position by block id
# v4.7.9-1
......
......@@ -74,6 +74,7 @@ void OsmFileReader::positionByBlockID(const cta::RetrieveJob &fileToRecall) {
<< fileToRecall.selectedTapeFile().blockId;
throw cta::exception::Exception(ex_str.str());
}
useBlockID(fileToRecall);
m_session->setCurrentFilePart(PartOfFile::Payload);
setBlockSize(PAYLOAD_BOLCK_SIZE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment