call items()

pull/1353/head
Joran Honig 5 years ago
parent 4def8010a3
commit 73de74b6df
  1. 2
      mythril/laser/plugin/loader.py

@ -53,7 +53,7 @@ class LaserPluginLoader(object, metaclass=Singleton):
:param symbolic_vm: The virtual machine to instrument the plugins with :param symbolic_vm: The virtual machine to instrument the plugins with
:param with_plugins: Override the globally enabled/disabled builders and load all plugins in the list :param with_plugins: Override the globally enabled/disabled builders and load all plugins in the list
""" """
for plugin_name, plugin_builder in self.laser_plugin_builders: for plugin_name, plugin_builder in self.laser_plugin_builders.items():
enabled = ( enabled = (
plugin_builder.enabled plugin_builder.enabled
if not with_plugins if not with_plugins

Loading…
Cancel
Save