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:
parent
efe63ceac9
commit
3a31139cbd
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user