-
Notifications
You must be signed in to change notification settings - Fork 49
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
Output formatting incorrect #12
Comments
This is how we do it in CWhy: https://github.com/plasma-umass/cwhy/blob/fb99b7a07eea88a857281d0fb04997622ad1cf44/src/cwhy/cwhy.py#L13-L57 |
ChatDBG uses the same code, modulo single-quotes vs. double-quotes ( ChatDBG/src/chatdbg/chatdbg_utils.py Lines 22 to 65 in ad4624d
|
Pushed an updated version that correctly handles the above case. The root cause of this error is that the variable To fix this error, we need to initialize Fixed source code:
With this fix, |
Expected to be cleanly formatted, but is not.
The text was updated successfully, but these errors were encountered: