Skip to content
Snippets Groups Projects
Commit 3b64b307 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

isort

parent 43bc54ca
No related branches found
No related tags found
1 merge request!130Resolve "single function to generate all the folders relative to root_dir"
Pipeline #421807 passed
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
import logging import logging
import os import os
import sys import sys
from functools import cache
from pathlib import Path from pathlib import Path
from mpsd_software_manager import config_vars from mpsd_software_manager import config_vars
from mpsd_software_manager.utils.microarch import get_native_microarchitecture from mpsd_software_manager.utils.microarch import get_native_microarchitecture
from functools import cache
from .run import run from .run import run
...@@ -131,6 +132,7 @@ def clone_repo( ...@@ -131,6 +132,7 @@ def clone_repo(
else: else:
run(["git", "pull"], check=True, capture_output=capture_output) run(["git", "pull"], check=True, capture_output=capture_output)
@cache @cache
def get_important_folders( def get_important_folders(
mpsd_release: str, mpsd_release: str,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment