fix typo (and test if Travis build still breaks, after PR312)
This commit is contained in:
parent
b06c101a8a
commit
e343d55044
@ -140,7 +140,7 @@ class BasePluginManager:
|
|||||||
continue
|
continue
|
||||||
plugins_to_load.append(plugin)
|
plugins_to_load.append(plugin)
|
||||||
# next, sort on dependencies
|
# next, sort on dependencies
|
||||||
# Probably a more effecient method to get dependency graph:
|
# Probably a more efficient method to get dependency graph:
|
||||||
plugins_sorted = []
|
plugins_sorted = []
|
||||||
count = 0
|
count = 0
|
||||||
max_count = len(plugins_to_load)
|
max_count = len(plugins_to_load)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user