Skip to content

Commit

Permalink
Removed unused block.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Sep 1, 2024
1 parent 51167ae commit 9b83566
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/aces/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ def main(cfg: DictConfig):

st = datetime.now()

# Set output path
cohort_dir = Path(cfg.cohort_dir)
cohort_dir.mkdir(exist_ok=True, parents=True)

# load configuration
logger.info(f"Loading config from '{cfg.config_path}'")
if cfg.predicates_path:
Expand Down

0 comments on commit 9b83566

Please sign in to comment.