Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhandberg committed Aug 4, 2020
2 parents 3e13e54 + dcf3c21 commit db8a9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master-v1.0.1
master-v1.0.2
2 changes: 1 addition & 1 deletion dataval/dataval.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, input_folders, output_folder=None, corr=False, validate=True,
.. codeauthor:: Rasmus Handberg <[email protected]>
"""

logger = logging.getLogger(__name__)
logger = logging.getLogger('dataval')

# Store inputs:
self.input_folders = input_folders
Expand Down

0 comments on commit db8a9ce

Please sign in to comment.