Commit a7ae28b4 authored by Hejing Li's avatar Hejing Li
Browse files

run_new.py: fix repo dir

parent d4199ae8
...@@ -290,7 +290,7 @@ def add_exp( ...@@ -290,7 +290,7 @@ def add_exp(
tmp_sim_files = "" # TODO tmp_sim_files = "" # TODO
inst_env = inst_base.InstantiationEnvironment( inst_env = inst_base.InstantiationEnvironment(
repo_path="", repo_path=args.repo,
workdir=workdir, workdir=workdir,
cpdir=cpdir, cpdir=cpdir,
create_cp=create_cp, create_cp=create_cp,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment