Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py

Issue 2793903006: Style fix and docstring for the APM QA Python tool (Closed)
Patch Set: _ prefix for internal use functions Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
index b67a64e0c468139822718dd327aa4d837c531207..0e9116cb6b238710451e79e0044d0f9ec7ab3d5f 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
@@ -11,8 +11,12 @@
class FileNotFoundError(Exception):
+ """File not found exeception.
+ """
pass
class SignalProcessingException(Exception):
+ """Signal processing exeception.
+ """
pass

Powered by Google App Engine
This is Rietveld 408576698