Skip to content

Commit

Permalink
#219 Support the new name of auto extract config
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 4, 2018
1 parent c6a8384 commit 86067bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cortexutils/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self):
self.artifact = self.__input

# Check for auto extraction config
self.auto_extract = self.get_param('config.auto_extract', True)
self.auto_extract = self.get_param('config.auto_extract', self.get_param('config.auto_extract_artifacts', True))

# Not breaking compatibility
def notSupported(self):
Expand Down

0 comments on commit 86067bd

Please sign in to comment.