Browse Source

tests/test_terminals.py: Fix syntax error

Tom Low-Shang 6 years ago
parent
commit
400d4e94c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test_terminals.py

+ 2 - 2
tests/test_terminals.py View File

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