Skip to content

Commit 959c322

Browse files
committed
Merge branch 'anitacaron/issue131' of https://github.com/OBOFoundry/OBO-Dashboard into anitacaron/issue131
2 parents fb2bc61 + cb901dd commit 959c322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def robot_prepare_ontology(
351351
*,
352352
make_base: bool,
353353
robot_prefixes: Optional[Dict[str, str]] = None,
354-
robot_opts="-v",
354+
robot_opts: str = "-v",
355355
) -> None:
356356
"""
357357
Prepare an ontology for the dashboard by running ROBOT commands.

0 commit comments

Comments
 (0)