refactor: small rename

This commit is contained in:
Henry Schreiner
2021-09-23 15:27:58 -04:00
parent 3dc4c54a15
commit 62b72198b4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ def _compute_single_options(
output_dir: Path,
) -> BuildOptions:
"""
Gather options from the command line, environment, and configuration file.
Compute BuildOptions for a single run configuration.
"""
# Can't be configured per selector
before_all = options("before-all", sep=" && ")