We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e751b2d commit 069123bCopy full SHA for 069123b
seleniumbase/plugins/s3_logging_plugin.py
@@ -36,8 +36,8 @@ def afterTest(self, test):
36
uploaded_files.append(logfile_name)
37
s3_bucket.save_uploaded_file_names(uploaded_files)
38
index_file = s3_bucket.upload_index_file(test.id(), guid)
39
- print "Log files uploaded: %s" % index_file
40
- logging.error("Log files uploaded: %s" % index_file)
+ print "\n\n*** Log files uploaded: ***\n%s\n" % index_file
+ logging.error("\n\n*** Log files uploaded: ***\n%s\n" % index_file)
41
42
# If the database plugin is running, attach a link
43
# to the logs index database row
0 commit comments