Skip to content
Snippets Groups Projects
Commit 4c9a8df1 authored by Stefano Borini's avatar Stefano Borini
Browse files

flake

parent a6967e97
No related branches found
No related tags found
1 merge request!53Silenced warnings for IDs not specified by specifying them
...@@ -33,11 +33,13 @@ def bundle_id(producer, identifier): ...@@ -33,11 +33,13 @@ def bundle_id(producer, identifier):
def mco_parameter_id(producer, identifier): def mco_parameter_id(producer, identifier):
"""Creates an ID for an MCO parameter, so that it can be identified
uniquely."""
return _string_id("mco_parameter", producer, identifier) return _string_id("mco_parameter", producer, identifier)
def plugin_id(producer, identifier): def plugin_id(producer, identifier):
"""Creates an ID for the plugins. These must be defined, otherwise """Creates an ID for the plugins. These must be defined, otherwise
the envisage system will complain (but not break) the envisage system will complain (but not break)
""" """
return _string_id("plugin", producer, identifier) return _string_id("plugin", producer, identifier)
......
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