commit | 7970f87a37f0b7374029d0c711ee267afb568feb | [log] [tgz] |
---|---|---|
author | Byoungchan Lee <daniel.l@hpcnt.com> | Tue Dec 06 12:34:35 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 06 21:29:47 2022 |
tree | b8929086758770bab6785ed736449446ea20bda7 | |
parent | e4caacbfc346e3ec8a19ea371f84b68ea368adb3 [diff] |
Fix infra/specs/PRESUBMIT.py to not concatenate list to str Fixing errors like this: Evaluation of CheckChangeOnCommit failed: can only concatenate str (not "list") to str, Traceback (most recent call last): ... File "/path/to/webrtc/src/infra/specs/PRESUBMIT.py", line 31, in CheckPatchFormatted results.append(output_api.PresubmitError('Error calling "' + cmd + '"')) TypeError: can only concatenate str (not "list") to str Bug: None Change-Id: Ia0b1c7a80a2752934c02d932a9206114769bcaa1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/286547 Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Reviewed-by: Jeremy Leconte <jleconte@webrtc.org> Reviewed-by: Jeremy Leconte <jleconte@google.com> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38831}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.