Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 24, 2017
1 parent c9087fe commit 26c0688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/dependencies/__init__.py
Expand Up @@ -93,6 +93,7 @@ def check_statsd( self ):

def check_graphite( self ):
return self.config.get("graphite_host", None) is not None

def check_weberror( self ):
return ( asbool( self.config["debug"] ) and
asbool( self.config["use_interactive"] ) )
Expand Down

0 comments on commit 26c0688

Please sign in to comment.