Skip to content

Commit

Permalink
Add config method static
Browse files Browse the repository at this point in the history
  • Loading branch information
cdo-defcon committed Apr 4, 2018
1 parent 051c124 commit a8c38a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomshields/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def uninstallReport(name):
AtomShieldsScanner.uninstallPlugin(path = AtomShieldsScanner.REPORTS_DIR, name = name, classArgs = {})

@staticmethod
def _addConfig(self, instance, config, parent_section):
def _addConfig(instance, config, parent_section):
"""
Writes a section for a plugin.
Expand Down

0 comments on commit a8c38a5

Please sign in to comment.