Put logfile code back so everything works again.
[riscv-tests.git] / debug / targets.py
index 37759f953e279177b7bb4496441ccf36392c27ef..7183a38fe8011fc68f77d7e63be04abcbc4c7b84 100644 (file)
@@ -24,8 +24,8 @@ class Target(object):
 
     # Timeout waiting for the server to start up. This is different than the
     # GDB timeout, which is how long GDB waits for commands to execute.
-    # The server_timeout is how long this script waits for the Server to be ready
-    # for GDB connections.
+    # The server_timeout is how long this script waits for the Server to be
+    # ready for GDB connections.
     server_timeout_sec = 60
 
     # Path to linker script relative to the .py file where the target is