We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the user explicitly passes the arguments for the OntCatOWL execution, the final report is printed as follows:
./reports
However, if the user provides no argument and the default arguments are used, the OntCatOWL generates the report into the incorrect folder:
../reports
The module to be changed is the report_printer.py.
report_printer.py
This issue was originally described in issue #14
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the user explicitly passes the arguments for the OntCatOWL execution, the final report is printed as follows:
./reports
(inside the project's folder)However, if the user provides no argument and the default arguments are used, the OntCatOWL generates the report into the incorrect folder:
../reports
(inside the project's parent folder)The module to be changed is the
report_printer.py
.This issue was originally described in issue #14
The text was updated successfully, but these errors were encountered: