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.
1 parent 88635c1 commit 45c8453Copy full SHA for 45c8453
webware/PlugInLoader.py
@@ -57,7 +57,7 @@ def loadPlugIns(self, plugInNames=None, verbose=None):
57
entry_point = entryPoints.get(name)
58
if not entry_point:
59
if verbose:
60
- print(f'Plug-in {name} has not entry point.')
+ print(f'Plug-in {name} has no entry point.')
61
continue
62
module = entry_point.load()
63
plugIn = self.loadPlugIn(name, module, verbose=verbose)
0 commit comments