Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Oct 24, 2023
1 parent b68d2bf commit 943ba61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu/gui/auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def _auto_load_backend():
continue
try:
module = _load_backend(gui_backends[libname])
break
except Exception as err:
errors.append(err)

Expand Down

0 comments on commit 943ba61

Please sign in to comment.