Skip to content

Commit

Permalink
Fixed _filename bug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyttle authored and johnveitch committed Jan 18, 2021
1 parent 396c705 commit 196a9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpnest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class LogFile:
"""

def __init__(self, filename, verbose=0, loggername='cpnest'):
self.filename = filename
self._filename = filename
self._verbose = verbose
self._logger = logging.getLogger(loggername)
self.handler = None
Expand Down

0 comments on commit 196a9ce

Please sign in to comment.