Skip to content

Commit

Permalink
Merge pull request #241 from donggook-me/master
Browse files Browse the repository at this point in the history
Update driver.py print message
  • Loading branch information
fanlai0990 authored Oct 16, 2023
2 parents 448472a + 130bf66 commit a9ff1f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ def process_cmd(yaml_file, local=False):


print(f"Submitted job, please check your logs {job_conf['log_path']}/logs/{job_conf['job_name']}/{time_stamp} for status")
print(f"if you cannot find logs directory on the path, you need to check ""{job_name}_logging"" log file under FEDSCALE root directory.")


def terminate(job_name):
Expand Down

0 comments on commit a9ff1f0

Please sign in to comment.