Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 6, 2024
1 parent 63ff1d5 commit 5135cdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/feelpp/benchmarking/scripts/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def jsonConfigMerge_cli():
app,use_case,machine = report.split("/")[-5:-2]

current_config["execution_mapping"][app][machine][use_case]["path"] = os.path.join(file_dirpath,app,use_case,machine)
current_config["execution_mapping"][app][machine][use_case]["path"]["platform"] = "local"

master_config = mergeDicts(master_config,current_config)

Expand Down

0 comments on commit 5135cdf

Please sign in to comment.