mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-27 13:01:48 -05:00
Merge pull request #3441 from alphagov/move-log-message
Moved log message inside the if statement where it actually happens.
This commit is contained in:
@@ -430,10 +430,9 @@ def process_precompiled_letter_notifications(*, letter_data, api_key, service, t
|
||||
'postage': notification.postage
|
||||
}
|
||||
|
||||
current_app.logger.info('Calling task scan-file for {}'.format(filename))
|
||||
|
||||
# call task to add the filename to anti virus queue
|
||||
if current_app.config['ANTIVIRUS_ENABLED']:
|
||||
current_app.logger.info('Calling task scan-file for {}'.format(filename))
|
||||
notify_celery.send_task(
|
||||
name=TaskNames.SCAN_FILE,
|
||||
kwargs={'filename': filename},
|
||||
|
||||
Reference in New Issue
Block a user