Skip to content

Commit 26ea12d

Browse files
committed
Ignore mypy error
1 parent 53cc5f2 commit 26ea12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_mujoco_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
]
5050
args = list(map(str, args))
5151

52-
command = " ".join(["python", "-u", "train.py", *args])
52+
command = " ".join(["python", "-u", "train.py", *args]) # type: ignore[list-item]
5353

5454
ok = subprocess.call(["sbatch", "cluster_torchy.sh", algo, env_id, "ablation", command])
5555
time.sleep(0.05)

0 commit comments

Comments
 (0)