diff --git a/plinth/actions.py b/plinth/actions.py index 14d3599c1..cb77b4fc7 100644 --- a/plinth/actions.py +++ b/plinth/actions.py @@ -271,6 +271,8 @@ def privileged(func): to models.py, views.py and urls.py. Currently supported types are bool, int, float, str, dict/Dict, list/List, Optional and Union. + Privileged methods many not output to the stdout as it interferes + with the serialization and de-serialization process. """ setattr(func, '_privileged', True)