Skip to content

Commit

Permalink
Debug path
Browse files Browse the repository at this point in the history
  • Loading branch information
cdo-defcon committed Apr 4, 2018
1 parent ef4f5ff commit aaf6d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atomshields/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def installPlugin(origin, destination):
def installChecker(path):
AtomShieldsScanner.installPlugin(path, AtomShieldsScanner.CHECKERS_DIR)
if path not in ["__init__.py", "base.py"]:
print path
instance = AtomShieldsScanner._getClassInstance(path)
config = AtomShieldsScanner._loadConfig(AtomShieldsScanner.CONFIG_PATH)
AtomShieldsScanner._addConfig(instance = instance, config = config, parent_section = 'checkers')
Expand Down

0 comments on commit aaf6d0b

Please sign in to comment.