Skip to content

[windows] stdout does not contain the complete output #8

Description

@phryneas

Hi,
I'm a user of https://github.com/jvenant/passff which uses subprocess to execute the tool password-store.

The default output of calling pass is the output of tree -C and looks like this:

Password Store
├── Business
│   ├── some-silly-business-site.com
│   └── another-business-site.net
├── Email
│   ├── donenfeld.com
│   └── zx2c4.com
└── France
    ├── bank
    ├── freebox
    └── mobilephone

Now, in my case it is a longer listing with 170 lines, making up roughly 6300 characters.

The interesting thing is now that subprocess returns only a subset of these 170 lines:

Line 1-71 and line 170, concatenated together in the stdout property.

Is there any known limit to output length/a maximum line count?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions