Closed rlaager closed 8 years ago
The code never writes to the manuf file, so there's no reason to open it for writing. Without this change, the code fails if the user only has read permission and not write permission.
Thanks!
The code never writes to the manuf file, so there's no reason to open it for writing. Without this change, the code fails if the user only has read permission and not write permission.