Skip to content

Commit 7a855ef

Browse files
author
Aurela Shehu
committed
replaced python command with $PYTHON3 to make it cdsompatible for both
operating systems
1 parent 44652e1 commit 7a855ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/createDocumentation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ echo "Preprocessing Ontology... "
2929
# properties that have "internal:anonymous-constant". This can be done since
3030
# they are duplicate entries and Protege and/or OWL can't handle custom
3131
# datatype, as our self-defined "LaTeX"
32-
python ./scripts/remove_anonConstants.py $owlOntPath ontology_full_anonRemoved.owl
32+
$PYTHON3 ./scripts/remove_anonConstants.py $owlOntPath ontology_full_anonRemoved.owl
3333

3434
# Second preprocessing step: Swap rdfs:comment with dcterms:description
3535
# to have a short description in the heading and the long description in
3636
# the statement for better readbility
37-
python ./scripts/swap_rdfsTerms.py ontology_full_anonRemoved.owl ontology_full_anonRemoved_swappedTerms.owl
37+
$PYTHON3 ./scripts/swap_rdfsTerms.py ontology_full_anonRemoved.owl ontology_full_anonRemoved_swappedTerms.owl
3838

3939
echo "DONE"
4040

0 commit comments

Comments
 (0)