Skip to content

Commit

Permalink
Update name to path
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Dec 12, 2023
1 parent 064249f commit 79ead8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/deephaven/plugin/js.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class JsPlugin(Plugin):
"""

@abc.abstractmethod
def root_path(self) -> typing.ContextManager[pathlib.Path]:
def path(self) -> typing.ContextManager[pathlib.Path]:
"""
The root directory path of the resources to serve in a context manager. The root path must exist.
The directory path of the resources to serve in a context manager.
"""
pass

Expand Down

0 comments on commit 79ead8b

Please sign in to comment.