fix indentation

This commit is contained in:
Thomas Kriechbaumer 2016-12-03 16:53:13 +01:00
parent 1fcf79fff0
commit e9fa786fa9

View File

@ -233,8 +233,8 @@ class ScriptLoader:
for a in ctx.master.addons.chain[:]:
if isinstance(a, Script) and a.name not in options.scripts:
ctx.log.info("Un-loading script: %s" % a.name)
ctx.master.addons.remove(a)
ctx.log.info("Un-loading script: %s" % a.name)
ctx.master.addons.remove(a)
# The machinations below are to ensure that:
# - Scripts remain in the same order