fix string format
This commit is contained in:
parent
6d54fbcbd2
commit
ac3e35d965
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ if __name__ == '__main__':
|
|||
for a in report.artifacts:
|
||||
url = upload_file(a['dir'], a['file'])
|
||||
if url is not None:
|
||||
maybe_add_url_artifact(phabtalk, ph_target_phid, url, f'{a["name"]} (${step_key})')
|
||||
maybe_add_url_artifact(phabtalk, ph_target_phid, url, f'{a["name"]} ({step_key})')
|
||||
else:
|
||||
logging.warning('No phabricator phid is specified. Will not update the build status in Phabricator')
|
||||
with open(report_path, 'w') as f:
|
||||
|
|
Loading…
Reference in a new issue