Format fix

This commit is contained in:
Wayne Bowie 2020-07-14 14:04:31 -05:00
commit f81cc126c3

View file

@ -221,7 +221,7 @@ class VariablesView( object ):
new_scopes.append( scope )
if not scope.scope.get('expensive', '') and not scope.IsCollapsedByUser():
if not scope.scope.get( 'expensive' ) and not scope.IsCollapsedByUser():
# Expand any non-expensive scope which is not manually collapsed
scope.expanded = True