We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc4f33 commit d1c4fcaCopy full SHA for d1c4fca
1 file changed
main.py
@@ -32,7 +32,7 @@ def main(
32
p_num = len(players)
33
p_list = ".".join(sorted(players))
34
suffix_part = f".{suffix}" if suffix else ""
35
- folder_name = f"PvpTournament.{config['game']['name']}.r{rounds}.s{sims}.p{p_num}.{p_list}.{timestamp}{suffix_part}"
+ folder_name = f"PvpTournament.{config['game']['name']}.r{rounds}.s{sims}.p{p_num}.{p_list}{suffix_part}.{timestamp}"
36
if output_dir is None:
37
full_output_dir = DIR_LOGS / getpass.getuser() / folder_name
38
else:
0 commit comments