Removed spurious mentions of the various typeclass paths from the server.
This commit is contained in:
parent
e778582dca
commit
3a7ee291ba
2 changed files with 5 additions and 5 deletions
|
|
@ -2250,7 +2250,7 @@ class CmdScript(MuxCommand):
|
|||
|
||||
else:
|
||||
paths = [self.rhs] + ["%s.%s" % (prefix, self.rhs)
|
||||
for prefix in settings.SCRIPT_TYPECLASS_PATHS]
|
||||
for prefix in settings.TYPECLASS_PATHS]
|
||||
if "stop" in self.switches:
|
||||
# we are stopping an already existing script
|
||||
for path in paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue