File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ def locate_module_and_debug_symbols(self):
267
267
self .resolved = True
268
268
uuid_str = self .get_normalized_uuid_string ()
269
269
if self .show_symbol_progress ():
270
- print ('Getting symbols for %s %s...' % (uuid_str , self .path ), end = ' ' )
270
+ print ('Getting symbols for %s %s...\n ' % (uuid_str , self .path ), end = ' ' )
271
271
if os .path .exists (self .dsymForUUIDBinary ):
272
272
dsym_for_uuid_command = '%s %s' % (
273
273
self .dsymForUUIDBinary , uuid_str )
@@ -317,7 +317,7 @@ def locate_module_and_debug_symbols(self):
317
317
pass
318
318
if (self .resolved_path and os .path .exists (self .resolved_path )) or (
319
319
self .path and os .path .exists (self .path )):
320
- print ('ok ' )
320
+ print ('Resolved symbols for %s %s... \n ' % ( uuid_str , self . path ), end = ' ' )
321
321
return True
322
322
else :
323
323
self .unavailable = True
You can’t perform that action at this time.
0 commit comments