Skip to content

Commit

Permalink
Nit change
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinovsky committed Sep 4, 2024
1 parent ff37485 commit dff292d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lean/commands/decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dff292d

Please sign in to comment.