@@ -569,7 +569,7 class ProcessingHeader(Header): | |||
|
569 | 569 | |
|
570 | 570 | def write(self, fp): |
|
571 | 571 | #Clear DEFINE_PROCESS_CODE |
|
572 |
|
|
|
572 | self.processFlags = self.processFlags & (~PROCFLAG.DEFINE_PROCESS_CODE) | |
|
573 | 573 | |
|
574 | 574 | headerTuple = (self.size, |
|
575 | 575 | self.dtype, |
General Comments 0
You need to be logged in to leave comments.
Login now