Skip to content

Commit 0688a11

Browse files
OccupyMars2025zhangyuxuann
authored andcommitted
just trivial modification: Update gen_ccd_cache.py
It is unnecessary to add the "parent" part.
1 parent e2a0ff0 commit 0688a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_ccd_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def download_ccd_cif(output_path: Path):
3636
Args:
3737
output_path (Path): The output path for saving the downloaded CCD CIF file.
3838
"""
39-
output_path.parent.mkdir(parents=True, exist_ok=True)
39+
output_path.mkdir(parents=True, exist_ok=True)
4040

4141
logging.info("Downloading CCD CIF file from rcsb.org ...")
4242

0 commit comments

Comments
 (0)