Browse Source

[1678] removed unnecessary (maybe harmful) return. okayed on jabber.

JINMEI Tatuya 13 years ago
parent
commit
bb52e879ee
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/lettuce/features/terrain/bind10_control.py

+ 0 - 1
tests/lettuce/features/terrain/bind10_control.py

@@ -206,7 +206,6 @@ def find_process_pid(step, process_name):
     for process in running_processes:
         if process[1] == process_name:
             return process[0]
-    return None
     assert False, "Process named " + process_name +\
                   " not found in output of Boss show_processes";