From 2824b70005f4a37118adb796a005b744fe71c92c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Andr=C3=A9s=20Marino=20Rojas?= <47573394+Marinovsky@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:28:07 -0500 Subject: [PATCH] Nit change --- lean/commands/decrypt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lean/commands/decrypt.py b/lean/commands/decrypt.py index 0ea4c2ea..3213421f 100644 --- a/lean/commands/decrypt.py +++ b/lean/commands/decrypt.py @@ -43,6 +43,7 @@ def decrypt(project: Path, decryption_key = get_and_validate_user_input_encryption_key(key, decryption_key) organization_id = container.organization_manager.try_get_working_organization_id() + source_files = project_manager.get_source_files(project) try: from lean.components.util.encryption_helper import get_decrypted_file_content_for_local_project