We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007deff commit 17f732cCopy full SHA for 17f732c
1 file changed
Source/Processors/RecordNode/BinaryFormat/NpyFile.cpp
@@ -156,7 +156,7 @@ void NpyFile::writeHeader(const Array<NpyType>& typeList)
156
157
void NpyFile::updateHeader()
158
{
159
- if (m_file != NULL)
+ if (true)
160
161
// overwrite the shape part of the header - even without explicitly calling
162
// m_file->flush(), overwriting seems to trigger a flush to disk,
0 commit comments