Windows: Fix bad use of strip

Close #867
This commit is contained in:
Mike Auty
2022-11-13 18:40:06 +00:00
parent 27951aeca9
commit 364a6a75f9
@@ -345,7 +345,7 @@ class PDBUtility(interfaces.configuration.VersionableInterface):
vollog.debug(f"Found {guid['pdb_name']}: {guid['GUID']}-{guid['age']}")
module_name = guid["pdb_name"].strip('.pdb')
module_name = guid["pdb_name"].replace('.pdb', '')
symbol_table_name = cls.load_windows_symbol_table(context,
guid["GUID"],