1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Correct frame_info type

This commit is contained in:
Athanasius 2020-07-31 11:41:23 +01:00
parent efe63ceac9
commit 3a31139cbd

View File

@ -241,7 +241,7 @@ class EDMCContextFilter(logging.Filter):
return frame
@classmethod
def munge_module_name(cls, frame_info: inspect.FrameInfo, module_name: str) -> str:
def munge_module_name(cls, frame_info: inspect.Traceback, module_name: str) -> str:
"""
Adjust module_name based on the file path for the given frame.