Skip to content

Commit c1f7b34

Browse files
committed
Moved the path to it's own line
1 parent 4b12e5e commit c1f7b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/smart_dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def main():
9696
with utils.open_with_lock(os.path.join(path_job, "jobs_id.txt"), 'a') as jobs_id_file:
9797
jobs_id_file.writelines("\n".join(jobs_id))
9898
print "\nJobs id: {jobs_id}".format(jobs_id=" ".join(jobs_id))
99-
print "\nLogs, command, and jobs id related to this batch will be in: {smartdispatch_folder}".format(smartdispatch_folder=os.path.relpath(path_job))
99+
print "\nLogs, command, and jobs id related to this batch will be in:\n\t{smartdispatch_folder}".format(smartdispatch_folder=path_job)
100100

101101

102102
def parse_arguments():

0 commit comments

Comments
 (0)