Skip to content

Commit

Permalink
Fixed typo in ontoconvert
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 8, 2022
1 parent 8a19050 commit f11a987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ontoconvert
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def main(argv: list = None):
raise NotImplementedError(
"Only FaCT++ is currently supported..."
)
if args.output_dir:
if args.output_dir != ".":
raise NotImplementedError(
"The --output-dir option is currently not supported "
"together with --reasoner."
Expand Down

0 comments on commit f11a987

Please sign in to comment.