Skip to content

Commit

Permalink
fix typo of test-crawler (#207)
Browse files Browse the repository at this point in the history
* fix typo of test-crawler

Signed-off-by: MregXN <[email protected]>

* modify printing typos

Signed-off-by: MregXN <[email protected]>

---------

Signed-off-by: MregXN <[email protected]>
  • Loading branch information
MregXN authored Oct 16, 2023
1 parent a3251d4 commit 17ed996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test-crawler/requirements.pip
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requestsrequests
requests
pyyaml
2 changes: 2 additions & 0 deletions test-crawler/workflow_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def scan_workflow(self):
)

with open(TESTS_OUTPUT_TARGET, "w") as file:
file.write(f"Successfully get {self.runs_len} scheduled runs" + "\n")
file.write(f"{self.in_progress_num} runs are still in progress, {self.success_num} runs success and {self.failure_num} runs fail"+ "\n")
file.write(pass_rate_string + "\n")
print(pass_rate_string)

Expand Down

0 comments on commit 17ed996

Please sign in to comment.