[lldb/crashlog] Run python formatter (nfc)
authorMed Ismail Bennani <ismail@bennani.ma>
Fri, 2 Jun 2023 00:13:16 +0000 (17:13 -0700)
committerMed Ismail Bennani <ismail@bennani.ma>
Fri, 2 Jun 2023 00:13:16 +0000 (17:13 -0700)
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
lldb/examples/python/crashlog.py

index 9978c70..8f7bde3 100755 (executable)
@@ -1371,7 +1371,9 @@ def load_crashlog_in_scripted_process(debugger, crash_log_file, options, result)
     if target is None or not target.IsValid():
         arch = crashlog.process_arch
         if not arch:
-            raise InteractiveCrashLogException("couldn't create find the architecture to create the target")
+            raise InteractiveCrashLogException(
+                "couldn't create find the architecture to create the target"
+            )
         target = debugger.CreateTargetWithFileAndArch(None, arch)
     # 4. Fail
     if target is None or not target.IsValid():