mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 01:33:32 +02:00
Lint
This commit is contained in:
parent
5fe084cdab
commit
d5cd639b85
1 changed files with 1 additions and 3 deletions
|
@ -73,9 +73,7 @@ class Command(BaseCommand):
|
|||
# password = "devpwd" if override else settings.SECRET_ENCRYPT_METADATA
|
||||
password = settings.SECRET_ENCRYPT_METADATA
|
||||
if not password:
|
||||
raise ValueError(
|
||||
"No password was specified for this zip file."
|
||||
)
|
||||
raise ValueError("No password was specified for this zip file.")
|
||||
|
||||
encrypted_zip_in_bytes = self.get_encrypted_zip(zip_filename, reports, password)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue