We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14b840 commit ec5ad59Copy full SHA for ec5ad59
1 file changed
misc/afl-libfuzzer/afl-libfuzzer-daemon.py
@@ -1288,7 +1288,7 @@ def warn_local():
1288
1289
# Download our current corpus into the queues directory as well
1290
print(
1291
- "Downloading corpus from s3://{opts.s3_bucket}/{opts.project}/corpus/ to "
+ f"Downloading corpus from s3://{opts.s3_bucket}/{opts.project}/corpus/ to "
1292
f"{queues_dir}"
1293
)
1294
s3m.download_corpus(queues_dir)
0 commit comments