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

Commented line with comment at the end #114

Open
BTWS2 opened this issue Feb 15, 2022 · 2 comments
Open

Commented line with comment at the end #114

BTWS2 opened this issue Feb 15, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@BTWS2
Copy link

BTWS2 commented Feb 15, 2022

A KeyError occurs when a line with a comment at the end is commented.

import handcalcs.render

%%render
a = 1
# b = 2 # Comment
c = 3

%%render
d = 1
e = 2 # Comment 2
f = 3

image

Related to #88.

@connorferster
Copy link
Owner

connorferster commented Feb 15, 2022 via email

@connorferster
Copy link
Owner

This has been fixed in the upcoming version. Currently in the global_config branch.

@connorferster connorferster self-assigned this Jun 29, 2022
@connorferster connorferster added the bug Something isn't working label Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants