Skip to content

Commit dff292d

Browse files
committed
Nit change
1 parent ff37485 commit dff292d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lean/commands/decrypt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def decrypt(project: Path,
4343
decryption_key = get_and_validate_user_input_encryption_key(key, decryption_key)
4444

4545
organization_id = container.organization_manager.try_get_working_organization_id()
46+
4647
source_files = project_manager.get_source_files(project)
4748
try:
4849
from lean.components.util.encryption_helper import get_decrypted_file_content_for_local_project

0 commit comments

Comments
 (0)