latest assets

This commit is contained in:
Eric Froemling 2019-10-20 16:14:11 -07:00
parent 30ea7e3508
commit 2c94dfe578

View File

@ -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()}.')