Skip to content

Commit

Permalink
Fixed artificial new files in StreamerInputModule
Browse files Browse the repository at this point in the history
The genuineCloseFile was incorrectly resetting the member which
tracked if this is an artificial file boundary.
  • Loading branch information
Dr15Jones authored and fwyzard committed Jun 18, 2024
1 parent 94a8581 commit 9f336bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IOPool/Streamer/interface/StreamerInputModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ namespace edm::streamer {
private:
void genuineCloseFile() override {
if (didArtificialFile_) {
didArtificialFile_ = false;

return;
}
if (pr_.get() != nullptr)
Expand Down

0 comments on commit 9f336bd

Please sign in to comment.