Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jul 19, 2024
1 parent f467c6e commit 982bff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def generate_task(
denormalize: bool = False,
from_scratch: bool = False,
) -> str:
sanitized_study_id = metadata.id.strip()
sanitized_study_id: str = metadata.id.strip()
with FileLock(str(self.config.storage.tmp_dir / f"study-generation-{metadata.id}.lock")):
logger.info(f"Starting variant study {sanitized_study_id} generation")
self.repository.refresh(metadata)
Expand Down

0 comments on commit 982bff2

Please sign in to comment.