Skip to content

Commit

Permalink
Aarrghs spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Feb 16, 2017
1 parent 792bd4f commit 9135226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/config.py
Expand Up @@ -123,7 +123,7 @@ def __init__( self, **kwargs ):
self.database_engine_options = get_database_engine_options( kwargs )
self.database_create_tables = string_as_bool( kwargs.get( "database_create_tables", "True" ) )
self.database_query_profiling_proxy = string_as_bool( kwargs.get( "database_query_profiling_proxy", "False" ) )
self.slow_query_log_threshold = float(kwargs.get("slow_query_log_threshold", 0))
self.slow_query_log_threshold = float( kwargs.get( "slow_query_log_threshold", 0) )

# Don't set this to true for production databases, but probably should
# default to True for sqlite databases.
Expand Down

0 comments on commit 9135226

Please sign in to comment.