Skip to content

Commit 4b26892

Browse files
committed
Merge branch 'main' into john/scml-ladder
# Conflicts: # codeclash/cli/ladder.py
2 parents 5440a2d + f1cbe92 commit 4b26892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeclash/cli/ladder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def run(
167167
)
168168
print(advancement_rule)
169169
logger.info(advancement_rule)
170-
ladder_folder = f"LadderTournament.{config['game']['name']}.r{rounds}.s{sims}.{timestamp}"
170+
ladder_folder = f"LadderTournament.{config['game']['name']}.r{rounds}.s{sims}.{player['name']}.{timestamp}"
171171
player["branch"] = ladder_folder
172172
parent_dir = LOCAL_LOG_DIR / getpass.getuser() / ladder_folder
173173

0 commit comments

Comments
 (0)