Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to pass newline character for output files #14

Merged
merged 4 commits into from
Apr 13, 2019

Commits on Apr 9, 2019

  1. ads the ability to pass the newline character for the output files

    Alan Featherston Lago committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    360dec5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Adds a quick tests for the newline setting

    Alan Featherston Lago committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f4ee11d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Adds check for correct eol setting by reading output files EOLs

    Alan Featherston Lago committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    bbe84c2 View commit details
    Browse the repository at this point in the history
  2. Changes default to IO newline default value.

    OS default is used when None is passed to `newline` in io.open()
    Alan Featherston Lago committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    ca42b16 View commit details
    Browse the repository at this point in the history