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 a8c38a5 commit c05e56b
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 @@ -215,6 +215,7 @@ def installPlugin(origin, destination):
@staticmethod
def installChecker(path):
AtomShieldsScanner.installPlugin(path, AtomShieldsScanner.CHECKERS_DIR)
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 c05e56b

Please sign in to comment.