Skip to content

Commit

Permalink
#3995 match new exception type
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 11, 2023
1 parent 3ba907a commit b502efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/proxy/proxy_instance_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def video_helper_init(self) -> None:
#only use video encoders (no CSC supported in proxy)
try:
self.video_helper.set_modules(video_encoders=self.video_encoder_modules)
except AssertionError as e:
except RuntimeError as e:
log("video_helper_init() ignored: %s", e)
else:
self.video_helper.init()
Expand Down

0 comments on commit b502efe

Please sign in to comment.