Commit 2c0b67c2 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix empty string for plugins tag

parent 420f9ba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,4 +146,4 @@ def load():
    return load_

def plugins(handler):
    return ' '.join(handler.plugins)
    return ' '.join(handler.plugins) or None