Skip to content

Commit

Permalink
Backport PR #15542: Fix jupyter labextension watch --help (#15543)
Browse files Browse the repository at this point in the history
Co-authored-by: Aarni Koskela <akx@iki.fi>
  • Loading branch information
meeseeksmachine and akx committed Dec 19, 2023
1 parent 54f7667 commit f0dee91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyterlab/labextensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ class WatchLabExtensionApp(BaseExtensionApp):
)

aliases = {
"development": "BuildLabExtensionApp.development",
"source-map": "BuildLabExtensionApp.source_map",
"core-path": "BuildLabExtensionApp.core_path",
"core-path": "WatchLabExtensionApp.core_path",
"development": "WatchLabExtensionApp.development",
"source-map": "WatchLabExtensionApp.source_map",
}

def run_task(self):
Expand Down

0 comments on commit f0dee91

Please sign in to comment.