mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Don't ask me why I was copying that list.
This commit is contained in:
parent
868a6684af
commit
8a352be8ff
@ -600,7 +600,7 @@ utils.transactionalFile = transactionalFile
|
||||
|
||||
class PluginDirectories(registry.CommaSeparatedListOfStrings):
|
||||
def __call__(self):
|
||||
v = registry.CommaSeparatedListOfStrings.__call__(self)[:] # Copy!
|
||||
v = registry.CommaSeparatedListOfStrings.__call__(self)
|
||||
if _srcDir not in v:
|
||||
v.append(_srcDir)
|
||||
if _pluginsDir not in v:
|
||||
|
Loading…
Reference in New Issue
Block a user