let's break all the things! (use distros to generate repos)

Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
InsanePrawn 2021-09-29 16:54:26 +02:00
parent becde79172
commit f6678181b8
8 changed files with 129 additions and 37 deletions

View file

@ -28,7 +28,7 @@ def cli(verbose: bool = False, config_file: str = None, no_wrapper: bool = False
def main():
try:
return cli(prog_name='kupferbootstrap')
except Exception as err:
except Exception:
logging.fatal(get_trace())
exit(1)