Skip to content

Commit

Permalink
fix: silent failure when ffmpeg is not installed. Resolves Genesis-Em…
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRoyce committed Dec 19, 2024
1 parent 6d71954 commit ac760c5
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 ac760c5

Please sign in to comment.