We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d611471 commit a07c211Copy full SHA for a07c211
devops/scripts/benchmarks/utils/detect_versions.py
@@ -210,4 +210,4 @@ def remove_undefined_components(component: str) -> bool:
210
)
211
args = parser.parse_args()
212
213
- main(map(lambda c: c.strip(), args.components.split(',')))
+ main(map(lambda c: c.strip(), args.components.split(',')))
0 commit comments