Skip to content

Commit

Permalink
formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar authored Oct 11, 2024
1 parent bf709f5 commit 55052e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyshacl/cli_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,13 @@
default=False,
help="Run Shape's SHACL Rules iteratively until the data_graph reaches a steady state.",
)
parser.add_argument('--abort', dest='abort', action='store_true', default=False, help='Abort on first invalid data.')
parser.add_argument(
'--abort',
dest='abort',
action='store_true',
default=False,
help='Abort on first invalid data.'
)
parser.add_argument(
'--allow-info',
'--allow-infos',
Expand Down

0 comments on commit 55052e7

Please sign in to comment.