Skip to content

Support for multiple files in the reducer #18

@frnhr

Description

@frnhr

Reducer needs to take input from stdin, and it should keep reading until the stream closes.

Expected input is one file path per line. Reading can be done simply like this:

for line in sys.stdin:
    ...

When trying out the script on it's own in the terminal, use ctrl + d to close the stream (sends EOF character).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions