We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b417a commit 0556992Copy full SHA for 0556992
tests/integ/s3_utils.py
@@ -42,4 +42,4 @@ def assert_s3_file_patterns_exist(sagemaker_session, s3_url, file_patterns):
42
search_pattern = re.compile(pattern)
43
found = [x["Key"] for x in contents if search_pattern.search(x["Key"])]
44
if not found:
45
- raise ValueError("File {} is not found under {}".format(f, s3_url))
+ raise ValueError("File {} is not found under {}".format(pattern, s3_url))
0 commit comments