Skip to content

Commit ec5ad59

Browse files
committed
fix: printed messaged should be an f-string
1 parent c14b840 commit ec5ad59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

misc/afl-libfuzzer/afl-libfuzzer-daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ def warn_local():
12881288

12891289
# Download our current corpus into the queues directory as well
12901290
print(
1291-
"Downloading corpus from s3://{opts.s3_bucket}/{opts.project}/corpus/ to "
1291+
f"Downloading corpus from s3://{opts.s3_bucket}/{opts.project}/corpus/ to "
12921292
f"{queues_dir}"
12931293
)
12941294
s3m.download_corpus(queues_dir)

0 commit comments

Comments
 (0)