Skip to content

Commit

Permalink
Merge pull request #13 from NCAR-CISL-ASAP/devel
Browse files Browse the repository at this point in the history
FIX: Bugfix in binary with write_mode
  • Loading branch information
Kevin Paul committed Oct 14, 2015
2 parents b402709 + d2f22d9 commit cf47171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/s2srun
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ if __name__ == '__main__':
reshpr = reshaper.create_reshaper(spec,
serial=args.serial,
verbosity=args.verbosity,
skip_existing=args.skip_existing,
overwrite=args.overwrite,
wmode=args.write_mode,
once=args.once)

# Run the conversion (slice-to-series) process
Expand Down

0 comments on commit cf47171

Please sign in to comment.