We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff37485 commit dff292dCopy full SHA for dff292d
lean/commands/decrypt.py
@@ -43,6 +43,7 @@ def decrypt(project: Path,
43
decryption_key = get_and_validate_user_input_encryption_key(key, decryption_key)
44
45
organization_id = container.organization_manager.try_get_working_organization_id()
46
+
47
source_files = project_manager.get_source_files(project)
48
try:
49
from lean.components.util.encryption_helper import get_decrypted_file_content_for_local_project
0 commit comments