We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb0b8f9 + 99b19b1 commit 28c79b8Copy full SHA for 28c79b8
modules/ui_extensions.py
@@ -17,7 +17,7 @@
17
18
19
def check_access():
20
- assert not shared.cmd_opts.disable_extension_access, "extension access disabed because of commandline flags"
+ assert not shared.cmd_opts.disable_extension_access, "extension access disabled because of command line flags"
21
22
23
def apply_and_restart(disable_list, update_list):
0 commit comments