Skip to content

Commit f23fb19

Browse files
authored
Merge pull request swiftlang#1267 from shafik/47561934_crashlog_NameError_fix_b
apple-llvm-split-commit: fb4394340a32b883c87b0477804124c24a6370d6 apple-llvm-split-dir: lldb/
2 parents 590f645 + 496a357 commit f23fb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/examples/python/crashlog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def find_matching_slice(self):
260260
if not self.resolved_path:
261261
self.unavailable = True
262262
print("error\n error: unable to locate '%s' with UUID %s"
263-
% (self.path, uuid_str))
263+
% (self.path, self.get_normalized_uuid_string()))
264264
return False
265265

266266
def locate_module_and_debug_symbols(self):

0 commit comments

Comments
 (0)