From a6967e979846acd4396f895f7cb689a20daaa9eb Mon Sep 17 00:00:00 2001
From: Stefano Borini <stefanoborini@users.noreply.github.com>
Date: Thu, 27 Jul 2017 16:23:40 +0100
Subject: [PATCH] Update ids.py

---
 force_bdss/ids.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/force_bdss/ids.py b/force_bdss/ids.py
index b51a796..b6b8937 100644
--- a/force_bdss/ids.py
+++ b/force_bdss/ids.py
@@ -37,6 +37,9 @@ def mco_parameter_id(producer, identifier):
 
 
 def plugin_id(producer, identifier):
+    """Creates an ID for the plugins. These must be defined, otherwise 
+    the envisage system will complain (but not break)
+    """
     return _string_id("plugin", producer, identifier)
 
 
-- 
GitLab