Skip to content
Snippets Groups Projects
Commit 2c0b67c2 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix empty string for plugins tag

parent 420f9ba5
No related branches found
No related tags found
No related merge requests found
......@@ -146,4 +146,4 @@ def load():
return load_
def plugins(handler):
return ' '.join(handler.plugins)
return ' '.join(handler.plugins) or None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment