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

Commit 27c7bad

Browse files
authored
Add dateutil to requirements.txt (#180)
1 parent 98fb968 commit 27c7bad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli/raft_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def new_job(self, job_config, job_status_webhook_url, bug_found_webhook_url):
551551
# stdout = docker(f'logs {c} --tail 32')
552552
# print(stdout)
553553

554-
print("Job finished, cleaning up job conatiners")
554+
print("Job finished, cleaning up job containers")
555555
self.docker_remove_containers(test_task_container_names)
556556
self.docker_remove_containers(test_target_container_names)
557557

cli/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ msal~=1.10.0
22
requests~=2.25.1
33
tabulate~=0.8.9
44
pyyaml~=5.4.1
5+
python-dateutil~=2.4.1

0 commit comments

Comments
 (0)