Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 97b0961

Browse files
committed
Improve logging message
1 parent ba39d6b commit 97b0961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/update_pr_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def add_label(self, pull_request, name):
107107
self._host, self._github_project, number
108108
)
109109

110-
logger.info('Adding label "{}" for pull request #{}"'.format(number, name))
110+
logger.info('Adding label "{}" to pull request #{}"'.format(number, name))
111111

112112
request('POST', url, {'labels': [name]})
113113

0 commit comments

Comments
 (0)