Преглед на файлове

Removing unused executable local variable

pombredanne преди 12 години
родител
ревизия
ddc27ad7fb
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      supervisor/tests/test_dispatchers.py

+ 0 - 1
supervisor/tests/test_dispatchers.py

@@ -82,7 +82,6 @@ class POutputDispatcherTests(unittest.TestCase):
             'uncaptured python exception, closing channel'),result)
             'uncaptured python exception, closing channel'),result)
 
 
     def test_toggle_capturemode_sends_event(self):
     def test_toggle_capturemode_sends_event(self):
-        executable = '/bin/cat'
         options = DummyOptions()
         options = DummyOptions()
         config = DummyPConfig(options, 'process1', '/bin/process1',
         config = DummyPConfig(options, 'process1', '/bin/process1',
                               stdout_logfile='/tmp/foo',
                               stdout_logfile='/tmp/foo',