From 814aa0667b211ddde79b0ce774f4f35ae0acb893 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Sat, 8 Feb 2020 00:31:12 -0500 Subject: [PATCH] PEP8 format spacing --- src/etc/lldb_batchmode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/lldb_batchmode.py b/src/etc/lldb_batchmode.py index 7c2e91474c1..d9c4bc5562f 100644 --- a/src/etc/lldb_batchmode.py +++ b/src/etc/lldb_batchmode.py @@ -157,6 +157,7 @@ def start_watchdog(): # ~main #################################################################################################### + if len(sys.argv) != 3: print("usage: python lldb_batchmode.py target-path script-path") sys.exit(1)