Skip to content

Commit

Permalink
fixed grammer mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Elad Gershon <egershon@nvidia.com>
  • Loading branch information
egershonNvidia committed Sep 18, 2024
1 parent c204de5 commit 4709eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def check_logs(config):
files = list(input_path_dir.glob("*.csv"))

if len(files) == 0: # testing we have files there
print(f"There is no files in the datastore location:{join(TELEMETRY_DATASTORE_LOCATION,option_location)}")
print(f"There are no files in the datastore location:{join(TELEMETRY_DATASTORE_LOCATION,option_location)}")
saved_files_tests = False
continue
print_test_result("amount of telemetry logs in the folder equal to maximum or maximum plus 1 (did not clean the plus 1 yet).",
Expand Down

0 comments on commit 4709eba

Please sign in to comment.