mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
gitlab_gql: strip newline at the end of the token file
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26075>
This commit is contained in:
parent
ea6502d7cc
commit
a5cb331c64
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ def parse_args() -> Namespace:
|
|||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
args.gitlab_token = Path(args.gitlab_token_file).read_text()
|
||||
args.gitlab_token = Path(args.gitlab_token_file).read_text().strip()
|
||||
return args
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue