Removed space in keyword
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/68b85494 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/68b85494 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/68b85494 Branch: refs/heads/master Commit: 68b8549471c4fef942a20a9ed221a74b8864e14c Parents: 28fc671 Author: huikyole <[email protected]> Authored: Tue Jul 28 17:17:24 2015 -0700 Committer: huikyole <[email protected]> Committed: Tue Jul 28 17:17:24 2015 -0700 ---------------------------------------------------------------------- ocw/dataset_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/68b85494/ocw/dataset_processor.py ---------------------------------------------------------------------- diff --git a/ocw/dataset_processor.py b/ocw/dataset_processor.py index bf0c08d..15ff7f0 100755 --- a/ocw/dataset_processor.py +++ b/ocw/dataset_processor.py @@ -29,7 +29,7 @@ import logging logger = logging.getLogger(__name__) -def temporal_subset(month_start, month_end, target_dataset, average_each_year = False): +def temporal_subset(month_start, month_end, target_dataset, average_each_year=False): """ Temporally subset data given month_index. :param month_start: An integer for beginning month (Jan=1)
