keyper/__init__.py [355:365]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if keychain is not None:
        command += [keychain.path]

    # Let the exception bubble up
    _ = subprocess.run(
        command,
        universal_newlines=True,
        check=True,
        stdout=subprocess.PIPE,
        stderr=subprocess.PIPE,
    ).stdout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



keyper/__init__.py [427:437]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if keychain is not None:
        command += [keychain.path]

    # Let the exception bubble up
    _ = subprocess.run(
        command,
        universal_newlines=True,
        check=True,
        stdout=subprocess.PIPE,
        stderr=subprocess.PIPE,
    ).stdout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



