Skip to content
Snippets Groups Projects

Silenced warnings for IDs not specified by specifying them

Merged Adham Hashibon requested to merge silence-id-warnings into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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)
Loading