Skip to content

Commit

Permalink
added path to app.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-m-phillips committed Apr 14, 2024
1 parent 9c087ec commit 4d9446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ashe_scripts/run_ashe_for_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(ashe_path: str, csv_path: str, clone_path: str, props_file_path: str):
rank_script = os.path.join(current_dir, 'specimin_exception_rank.py')

# run Specimin scripts
log_path: str = ""
log_path: str = os.path.join(ashe_path, "logs", "app.log")
print("Running statistics script...")
__run_command(f"python3 {stats_script} {log_path}")

Expand Down

0 comments on commit 4d9446b

Please sign in to comment.