Skip to content

Commit e8dea92

Browse files
committed
Linter
1 parent cd80c56 commit e8dea92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readthedocs/telemetry/collectors.py

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ def run(self, *args, **kwargs):
4545
return build_cmd.exit_code, build_cmd.output, build_cmd.error
4646

4747
def collect(self):
48+
"""
49+
Collect all relevant data from the runnig build.
50+
51+
Data that can be extracted from the database (project/organization)
52+
isn't collected here.
53+
"""
4854
data = {}
4955
data["config"] = {"user": self.config.source_config}
5056
data["os"] = self._get_operating_system()

0 commit comments

Comments
 (0)