Skip to content

Commit 4630769

Browse files
committed
remove naming artifact
1 parent 6340c01 commit 4630769

File tree

1 file changed

+1
-1
lines changed
  • source/isaaclab/isaaclab/sim/spawners/wrappers

1 file changed

+1
-1
lines changed

source/isaaclab/isaaclab/sim/spawners/wrappers/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def spawn_multi_asset(
5757
if hasattr(asset_cfg, attr_name) and attr_value is not None:
5858
setattr(asset_cfg, attr_name, attr_value)
5959
# spawn single instance
60-
proto_prim_path = prim_path.replace(".*", f"{index:04d}")
60+
proto_prim_path = prim_path.replace(".*", f"{index}")
6161
asset_cfg.func(
6262
proto_prim_path,
6363
asset_cfg,

0 commit comments

Comments
 (0)