Skip to content

Commit

Permalink
changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
alokgoswami-ag committed Jan 9, 2025
1 parent 1cb0c48 commit 60e381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI_DailyBuildUpdates.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():
build_list = monitor.get_jobs(ci_link)
summary_list.extend(monitor.get_brief_job_info(build_list,ci_name,zone=args.zone))
if len(summary_list)==0:
print("*************** No Latest jobs build *********************************")
print("*************** No build found *********************************")
print(tabulate(summary_list, headers='keys', tablefmt="pipe", stralign='left'))
elif args.info_type == "detailed":
for ci_name,ci_link in config_data.items():
Expand Down

0 comments on commit 60e381a

Please sign in to comment.