From 2c94dfe5784ca0b823b477a7f32bbda73aaaedcb Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 20 Oct 2019 16:14:11 -0700 Subject: [PATCH] latest assets --- tools/snippets | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/snippets b/tools/snippets index 46ab8870..15c70c3c 100755 --- a/tools/snippets +++ b/tools/snippets @@ -661,8 +661,9 @@ def make_prefab() -> None: if machine == 'x86_64': base = 'linux' else: - raise RuntimeError(f'make_prefab: unsupported linux machine type:' - f' {machine}.') + raise RuntimeError( + f'make_prefab: unsupported linux machine type:' + f' {machine}.') else: raise RuntimeError(f'make_prefab: unrecognized platform:' f' {platform.system()}.')