-
-
Couldn't load subscription status.
- Fork 251
Open
Description
If one:
- Open a file
- Modify something (might not be necessary)
- Save without changing the name
An AttributeError is raised in the if block just before the return statement.
As far as I can tell this happens because the first statement in the if block calls self.close(). In that method
self.header and self.identification are deleted. Later in the if block (in the save method) self.header and self.identification
are deleted again causing the AttributeError to be raised.
If my analysis is correct it should enough to delete the statements where self.header and self.identification are deleted in the save methods if block.
Metadata
Metadata
Assignees
Labels
No labels