subprocess document
(https://docs.python.org/3/library/subprocess.html)
무엇? 인고
class SubprocessRunReturnCodeNotZero(Exception):
derf __init__(self, cmd, returncode):
self.cmd = cmd
self.returncode = returncode
def __repr__(self):
return f'{self.return code} {self.cmd}'