Skip to content

Commit

Permalink
Fix import functions
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Feb 6, 2025
1 parent 927fcfa commit 6808efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/re_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Download driver_info_file from argfile.conf
config = read_argfile.read_key_value_file()
DRIVER_VER_JSON = config.get("DRIVER_VER_JSON", "Key 'DRIVER_VER_JSON' not found.")
download_dir = "/vendor"
download_dir = "vendor"
os.makedirs(download_dir, exist_ok=True)

# Sources for kernel versions and driver versions
Expand Down

0 comments on commit 6808efe

Please sign in to comment.