Skip to content

Commit 1ff4337

Browse files
committed
fix: create rvs snap common directory
1 parent 2c81ec0 commit 1ff4337

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

providers/gpgpu/bin/rvs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def __init__(self, rvs: Path, config: Path) -> None:
5151
# CHECKBOX-2021: Snap confinement prevents access to /usr/share
5252
snap_bins = ["/snap/bin/rvs", "/snap/bin/rocm-validation-suite"]
5353
if any(rvs.match(p) for p in snap_bins):
54+
RVS_SNAP_COMMON.mkdir(parents=True, exist_ok=True)
5455
shutil.copy(config, RVS_SNAP_COMMON)
5556
self.config = RVS_SNAP_COMMON / config.name
5657

0 commit comments

Comments
 (0)