Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed Jul 14, 2021
2 parents 1b29e5f + f64a53f commit 0dab3ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ optional arguments:
-s [SHACL], --shacl [SHACL]
A file containing the SHACL Shapes Graph.
-e [ONT], --ont-graph [ONT]
A file path or URL to a docucument containing extra
A file path or URL to a document containing extra
ontological information to mix into the data graph.
-i {none,rdfs,owlrl,both}, --inference {none,rdfs,owlrl,both}
Choose a type of inferencing to run against the Data
Expand Down
4 changes: 2 additions & 2 deletions pyshacl/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __call__(self, parser, namespace, values, option_string=None):
dest='ont',
action='store',
nargs='?',
help='A file path or URL to a docucument containing extra ontological information to mix into ' 'the data graph.',
help='A file path or URL to a document containing extra ontological information to mix into ' 'the data graph.',
)
parser.add_argument(
'-i',
Expand Down Expand Up @@ -212,7 +212,7 @@ def main():
import traceback

traceback.print_tb(re.__traceback__)
sys.stderr.write("\n\nValidator encountered a Runtime Error. Please report this to the PySHACL issue tracker.")
sys.stderr.write("\n\nValidator encountered a Runtime Error. Please report this to the PySHACL issue tracker.\n")
sys.exit(2)

if args.format == 'human':
Expand Down

0 comments on commit 0dab3ad

Please sign in to comment.