Show More
@@ -46,7 +46,7 b" legacy_plugin_prefix = 'py:'" | |||
|
46 | 46 | # discover, load and include phases. |
|
47 | 47 | def _discover_plugins(config, entry_point='enterprise.plugins1'): |
|
48 | 48 | for ep in iter_entry_points(entry_point): |
|
49 |
plugin_id = '{} |
|
|
49 | plugin_id = '{}{}#{}'.format( | |
|
50 | 50 | plugin_prefix, ep.dist.project_name, ep.name) |
|
51 | 51 | log.debug('Plugin discovered: "%s"', plugin_id) |
|
52 | 52 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now