Skip to content

Commit

Permalink
Change to warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jul 29, 2022
1 parent 9e7e2a3 commit 79df9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ def firstFromS3Prefix(s3, bucket, prefix, desired_filename, outdir=None, outpath
logger.info('s3://%s/%s -> %s', bucket, x['Key'], outpath)
s3.download_file(bucket, x['Key'], outpath)
return
logger.info('file not found in s3://{}/{}'.format(bucket, prefix))
logger.warning('file not found in s3://{}/{}'.format(bucket, prefix))

0 comments on commit 79df9a7

Please sign in to comment.