Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 1c9b388

Browse files
committed
Print stopped jobs
1 parent 2db47fb commit 1c9b388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/stop_all_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# Initialize client
1313
client = Client(admin_host=rafiki_host, admin_port=admin_port)
1414
client.login(email=user_email, password=user_password)
15-
client.stop_all_jobs()
15+
print(client.stop_all_jobs())

0 commit comments

Comments
 (0)