51eb5b2 Ticket 50317 - fix ds-backtrace issue on latest gdb

1 file Authored by firstyear 5 years ago, Committed by firstyear 5 years ago,
    Ticket 50317 - fix ds-backtrace issue on latest gdb
    
    Bug Description: ds-backtrace was failing due to a
    type issue on latest python/gdb on suse.
    
    Fix Description: If debug info is missing, a nonetype
    was returned in the backtrace, causing a type mismatch
    on " ".join().
    
    https://pagure.io/389-ds-base/pull-request/50317
    
    Author: William Brown <william@blackhats.net.au>
    
    Review by: ???