Skip to content

_csv.Error error when running genabout.py #92

Description

@jdaguil

When trying to run genabout using dejacode api option I get the following error:
Traceback (most recent call last):
File "genabout.py", line 730, in
main(parser, options, args)
File "genabout.py", line 576, in main
dup_keys = gen.get_duplicated_keys(input_path)
File "genabout.py", line 75, in get_duplicated_keys
keys_row = csv_context.next()
_csv.Error: new-line character seen in unquoted field - do you need to open the file in universal-newline mode?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions