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