Skip to content

Commit

Permalink
Fix broken %%gremlin --help option
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin committed Jun 22, 2024
1 parent 8a02980 commit 49c8b0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added =3,
Empty file.
2 changes: 1 addition & 1 deletion src/graph_notebook/magics/graph_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def gremlin(self, line, cell, local_ns: dict = None):
help=f'Neptune endpoints only. Connection protocol to use for connecting to the Gremlin '
f'database - either Websockets or HTTP. Valid inputs: {GREMLIN_PROTOCOL_FORMATS}. '
f'If not specified, defaults to the value of the gremlin.connection_protocol field '
f'in %graph_notebook_config. Please note that this option has no effect on the '
f'in %%graph_notebook_config. Please note that this option has no effect on the '
f'Profile and Explain modes, which must use HTTP.')
parser.add_argument('--explain-type', type=str.lower, default='dynamic',
help=f'Explain mode to use when using the explain query mode. '
Expand Down

0 comments on commit 49c8b0e

Please sign in to comment.