Skip to content

Commit

Permalink
run codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipitis committed Jan 16, 2025
1 parent eaf304c commit 5a0650d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wgpu/backends/wgpu_native/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,7 @@ def _request_adapter(
backend = enum_str2int["BackendType"][force_backend]
except KeyError:
logger.warning(
f"Invalid value for WGPU_BACKEND_TYPE: '{force_backend}'.\n"
f"Valid values are: {list(enum_str2int['BackendType'].keys())}"
f"Invalid value for WGPU_BACKEND_TYPE: '{force_backend}'.\nValid values are: {list(enum_str2int['BackendType'].keys())}"
)
else:
logger.warning(f"Forcing backend: {force_backend} ({backend})")
Expand Down

0 comments on commit 5a0650d

Please sign in to comment.