Skip to content
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

The output contains SOURCE IS UNAVAILABLE? #61

Open
Prague2049 opened this issue Jan 7, 2023 · 1 comment
Open

The output contains SOURCE IS UNAVAILABLE? #61

Prague2049 opened this issue Jan 7, 2023 · 1 comment

Comments

@Prague2049
Copy link

After the format of py file is formatted by python-black,the output not contain the code of the original program.
As follow:
18:41:59.34 ...... self = <main.Solution object at 0x11f297460>
18:41:59.34 ...... nums = [2, 0, 2, 1, 1, 0]
18:41:59.34 ...... len(nums) = 6
18:41:59.34 27 | SOURCE IS UNAVAILABLE
18:41:59.34 29 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... n = 6
18:41:59.34 32 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... p = (6,)
18:41:59.34 ...... len(p) = 1
18:41:59.34 33 | SOURCE IS UNAVAILABLE
18:41:59.34 ...... res = []
18:41:59.34 34 | SOURCE IS UNAVAILABLE
18:41:59.36 ...... j = 0
18:41:59.36 35 | SOURCE IS UNAVAILABLE

@alexmojaki
Copy link
Owner

Can you share example code that reproduces this? It sounds like maybe the file was reformatted while it was running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants