Skip to content

Commit

Permalink
refresh repos list after fresh pull
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng committed Feb 28, 2025
1 parent a8ea43d commit 0bb276e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlc/script_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def call_script_module_function(self, function_name, run_args):
res = pull_repo(repo_url="mlcommons@mlperf-automations", branch="dev", repos_path=self.repos_path, repos=self.repos)
if res["return"]>0:
return res
self.repos = self.load_repos_and_meta()
script_path = self.find_target_folder("script")

module_path = os.path.join(script_path, "module.py")
Expand Down

0 comments on commit 0bb276e

Please sign in to comment.