-
Notifications
You must be signed in to change notification settings - Fork 352
fix: traceroot import issue #591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks, @a7m-1st It looks like this is a path issue specific to Windows. I'm concerned that maintaining two separate traceroute wrappers (one in backend and one in server) isn't ideal for long-term maintenance. Could we explore resolving the Windows path issue directly instead? |
|
oh all right didn't know that. In Linux too. I think its related to the pycache getting generated. Converted to draft for now. |
|
Btw thus it may affect the next merge to the server |
|
I also encountered this issue when fixing the terminal_toolkit. My system is macOS—can project maintain only one file by changing the import path or using other methods? |
|
Thanks @LuoPengcheng12138 . In the main branch it's empty, thus utils doesn't route to traceroot wrapper. |

Description
fixes #590
Todo:
What is the purpose of this pull request?