Skip to content

Commit

Permalink
Merge pull request #27 from RobRoyce/main
Browse files Browse the repository at this point in the history
Fix silent FFMPEG failure
  • Loading branch information
zswang666 authored Dec 19, 2024
2 parents 0411621 + 67a6d0e commit 19de196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genesis/vis/rasterizer_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
try:
from genesis.ext import pyrender, trimesh
from genesis.ext.pyrender.jit_render import JITRenderer
except:
pass
except Exception as e:
print(f"[Error]: {e}\n")
from genesis.utils.misc import tensor_to_array


Expand Down

0 comments on commit 19de196

Please sign in to comment.