mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix python string concat v.s. interpolation
This commit is contained in:
parent
ed3c23d2f0
commit
0d037881d5
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ payload = {
|
||||||
# https://docs.taskcluster.net/docs/reference/workers/docker-worker/docs/features#feature-taskclusterproxy
|
# https://docs.taskcluster.net/docs/reference/workers/docker-worker/docs/features#feature-taskclusterproxy
|
||||||
queue = taskcluster.Queue(options={"baseUrl": "http://taskcluster/queue/v1/"})
|
queue = taskcluster.Queue(options={"baseUrl": "http://taskcluster/queue/v1/"})
|
||||||
queue.createTask(task_id, payload)
|
queue.createTask(task_id, payload)
|
||||||
print("new task scheduled: " % task_id)
|
print("new task scheduled: " + task_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue