Support laser plugins (#1392)

setup-fix
Nikhil Parasaram 5 years ago committed by GitHub
parent 91f4c342d6
commit 8be24979f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/plugin/loader.py

@ -45,6 +45,8 @@ class MythrilPluginLoader(object, metaclass=Singleton):
if isinstance(plugin, DetectionModule):
self._load_detection_module(plugin)
elif isinstance(plugin, MythrilLaserPlugin):
self._load_laser_plugin(plugin)
else:
raise UnsupportedPluginType("Passed plugin type is not yet supported")

Loading…
Cancel
Save