We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b064b commit 14f46abCopy full SHA for 14f46ab
benchcab/model.py
@@ -40,6 +40,9 @@ def __init__(
40
self.build_script = build_script
41
self._model_id = model_id
42
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
46
if isinstance(repo, GitRepo):
47
self.src_dir = Path("src")
48
0 commit comments