mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-31 15:49:41 +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
|
return frame
|
||||||
|
|
||||||
@classmethod
|
@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.
|
Adjust module_name based on the file path for the given frame.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user