Skip to content

Commit

Permalink
Turn output writing back on
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Jul 12, 2019
1 parent bb93422 commit 7f46609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netcdf_scm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def crunch_files(fnames, dpath):

tracker.register(out_filepath, scmcube.info)
logger.info("Writing file to %s", out_filepath)
#save_netcdf_scm_nc(results, out_filepath)
save_netcdf_scm_nc(results, out_filepath)

failures = _apply_func_to_files_if_dir_matches_regexp(
crunch_files, src, re.compile(regexp)
Expand Down

0 comments on commit 7f46609

Please sign in to comment.