瀏覽代碼

tests/test_terminals.py: Fix syntax error

Tom Low-Shang 8 年之前
父節點
當前提交
400d4e94c0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/test_terminals.py

+ 2 - 2
tests/test_terminals.py 查看文件

179
             simulation=simulation,
179
             simulation=simulation,
180
         )
180
         )
181
 
181
 
182
-        terminal_pid = 0
183
-        core_pid = 0
184
         global terminal_pid
182
         global terminal_pid
185
         global core_pid
183
         global core_pid
184
+        terminal_pid = 0
185
+        core_pid = 0
186
 
186
 
187
         class MyMainTerminal(Terminal):
187
         class MyMainTerminal(Terminal):
188
             main_process = True
188
             main_process = True