Skip to content

Commit 14f46ab

Browse files
committed
Add comment that references issue #210
1 parent d4b064b commit 14f46ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchcab/model.py

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ def __init__(
4040
self.build_script = build_script
4141
self._model_id = model_id
4242
self.src_dir = Path()
43+
# TODO(Sean) we should not have to know whether `repo` is a `GitRepo` or
44+
# `SVNRepo`, we should only be working with the `Repo` interface.
45+
# See issue https://github.com/CABLE-LSM/benchcab/issues/210
4346
if isinstance(repo, GitRepo):
4447
self.src_dir = Path("src")
4548

0 commit comments

Comments
 (0)