Skip to content

Commit ff763a6

Browse files
committed
Comment and remove extra whitespace
1 parent c24886e commit ff763a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkbox-support/checkbox_support/helpers/host_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def get_arch_triple():
3838

3939
def find_plz_run():
4040
"""Return the path to plz-run from PATH.
41-
4241
Raises VulkanDetectionError if plz-run is not found.
4342
"""
4443
path = shutil.which("plz-run")
@@ -47,6 +46,7 @@ def find_plz_run():
4746
return path
4847

4948

49+
# Loading these will hang
5050
_VIRTUAL_ICD_PREFIXES = {"gfxstream", "virtio"}
5151

5252
# Maps prime-select vendor name to ICD filename prefixes.

0 commit comments

Comments
 (0)