-
Notifications
You must be signed in to change notification settings - Fork 243
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
Removing the escape sequence from the output of get_cpu_count()! #4051
base: master
Are you sure you want to change the base?
Conversation
There are almost 300-400 testcases failing because of this issue, 1 of the example is as follows: Before applying the patch:
After applying the patch
|
Hello @Anushree-Mathur , please handle the error from "Static checks". Thanks! |
The get_cpu_count function is returning the output containing the escape sequence so the checks are failing, I have removed the escape sequence from the output then returned it! Signed-off-by: Anushree Mathur <[email protected]>
6d8fade
to
7fa2481
Compare
Thank you @nickzhq , the issue has been fixed now! Thank you for your time. Would like to hear more review comments on this! Thanks in advance. |
The get_cpu_count function is returning the output containing the escape sequence so the checks are failing, I have removed the escape sequence from the output then returned it!
Signed-off-by: Anushree Mathur [email protected]