From 607f21ac48054c950110ee87a32b5daee953c15d Mon Sep 17 00:00:00 2001 From: Nick Tindle Date: Thu, 5 Feb 2026 22:46:44 -0600 Subject: [PATCH] chore: simplify virus scan comment --- autogpt_platform/backend/backend/util/workspace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogpt_platform/backend/backend/util/workspace.py b/autogpt_platform/backend/backend/util/workspace.py index 86413b640a..663d53931a 100644 --- a/autogpt_platform/backend/backend/util/workspace.py +++ b/autogpt_platform/backend/backend/util/workspace.py @@ -188,7 +188,7 @@ class WorkspaceManager: f"{Config().max_file_size_mb}MB limit" ) - # Virus scan content before persisting (defense in depth) + # Virus scan content before persisting await scan_content_safe(content, filename=filename) # Determine path with session scoping