keyper/__init__.py [558:563]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                universal_newlines=True,
                check=True,
                stdout=subprocess.PIPE,
                stderr=subprocess.PIPE,
            ).stdout
        except subprocess.CalledProcessError as ex:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



keyper/__init__.py [832:837]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                universal_newlines=True,
                check=True,
                stdout=subprocess.PIPE,
                stderr=subprocess.PIPE,
            ).stdout
        except subprocess.CalledProcessError as ex:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



