File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -90,26 +90,26 @@ def startup(self):
9090 print 'Executing %s (%s)' % (self .name , ', ' .join (options ))
9191 print ''
9292
93- if self . output . is_verbose () :
94- try :
95- whitelist = self . get_whitelist ()
96- if whitelist :
97- print 'WHITELIST active:'
98- for item in whitelist :
99- print ' - %s' % item
100- print ''
101- except :
102- pass
103-
104- try :
105- blacklist = self . get_blacklist ()
106- if blacklist :
107- print 'BLACKLIST active:'
108- for item in blacklist :
109- print ' - %s' % item
110- print ''
111- except :
112- pass
93+ try :
94+ whitelist = self . get_whitelist ()
95+ if whitelist :
96+ print 'WHITELIST active:'
97+ for item in whitelist :
98+ print ' - %s' % item
99+ print ''
100+ except :
101+ pass
102+
103+ try :
104+ blacklist = self . get_blacklist ()
105+ if blacklist :
106+ print 'BLACKLIST active:'
107+ for item in blacklist :
108+ print ' - %s' % item
109+ print ''
110+ except :
111+ pass
112+
113113 def teardown (self ,exitcode ):
114114 pass
115115
You can’t perform that action at this time.
0 commit comments