Changed the way files get opened to a "with open() as file" statement. Makes for a easier to understand code as the file data manipulations are nested in that same statement.
Details
Details
Diff Detail
Diff Detail
- Repository
- rBA Blender Add-ons
Differential D1455
Game Engine Publishing | Player creation code cleanup Authored by Oren Titane (Genome36) on Aug 9 2015, 9:11 PM.
Details Changed the way files get opened to a "with open() as file" statement. Makes for a easier to understand code as the file data manipulations are nested in that same statement.
Diff Detail
|