Skip to content

Commit

Permalink
Merge pull request #1 from giantas/dev
Browse files Browse the repository at this point in the history
Don't save by default
  • Loading branch information
omushpapa authored May 25, 2018
2 parents 03bc273 + b98a2ff commit 1e9493d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyconfigreader/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ def to_file(self):
DeprecationWarning)
self.save()

def close(self, save=True):
def close(self, save=False):
"""Close the file-like object
Saves contents to file on disk first.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = 'Usage available at http://github.com/giantas/pyconfigreader'

setup(name='pyconfigreader',
version='0.3.1',
version='0.3.2',
description='A simple module for handling configurations and config files',
long_description=long_description,
url='http://github.com/giantas/pyconfigreader',
Expand Down

0 comments on commit 1e9493d

Please sign in to comment.