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 083cff0 commit 5b02887Copy full SHA for 5b02887
devops/scripts/benchmarks/utils/detect_versions.py
@@ -84,7 +84,7 @@ def get_var(var_name: str) -> str:
84
l0_ver_patch = _get_patch_from_ver(get_var("L0_VER"))
85
env_cache_ver = os.getenv("COMPUTE_RUNTIME_TAG_CACHE", default="")
86
env_cache_patch = _get_patch_from_ver(env_cache_ver)
87
- # L0 patch often gets padded with 0's: if the environment variable
+ # L0 patch often gets padded with 0's: if the environment variable
88
# matches up with the prefix of the l0 version patch, the cache is
89
# indeed referring to the same version.
90
if env_cache_patch == l0_ver_patch[: len(env_cache_patch)]:
0 commit comments