Skip to content

examples/*.py: expose CCACHE #348

examples/*.py: expose CCACHE

examples/*.py: expose CCACHE #348

GitHub Actions / Black failed Sep 27, 2024 in 0s

1 error

Black found 1 error

Annotations

Check failure on line 175 in /home/runner/work/seal5/seal5/seal5/flow.py

See this annotation in the file changed.

@github-actions github-actions / Black

/home/runner/work/seal5/seal5/seal5/flow.py#L165-L175

     utils.copy(src, dest)
 
 
 class Seal5Flow:
     """Seal5 Flow."""
+
     def __init__(
         self, directory: Optional[Path] = None, meta_dir: Optional[Union[str, Path]] = None, name: Optional[str] = None
     ):
         self.directory: Path = handle_directory(directory)
         self.meta_dir: Path = handle_meta_dir(meta_dir, directory, name)