Skip to content

Commit 77059e6

Browse files
committed
Removed github auth requirements in development mode
Signed-off-by: AyishikD <[email protected]>
1 parent e59f4bf commit 77059e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/teuthology_api/services/kill.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run(args, send_logs: bool, access_token: str, request: Request):
3333
# TODO if user has admin privilege, then they can kill any run/job.
3434
if run_owner.lower() != username.lower():
3535
log.error(
36-
"%s doesn't have permission to kill a job scheduled by: %s",
36+
"%s doesn't have permission to kill a job scheduled by: %s",
3737
username,
3838
run_owner,
3939
)

0 commit comments

Comments
 (0)