You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently electric-operator treats / as division sign in single quotation marks (no problem with double quotation marks). This causes side effects when e.g. the input is a Linux path.
path='code/python/init.py'
will be formatted as
path = 'code / python / init.py'
I have noticed this affects both R and Python. Maybe could be handled in a better way or at least let it behave consistently with both single quotation marks and double quotation marks.
Thanks!
The text was updated successfully, but these errors were encountered:
Currently
electric-operator
treats/
as division sign in single quotation marks (no problem with double quotation marks). This causes side effects when e.g. the input is a Linux path.path='code/python/init.py'
will be formatted as
path = 'code / python / init.py'
I have noticed this affects both R and Python. Maybe could be handled in a better way or at least let it behave consistently with both single quotation marks and double quotation marks.
Thanks!
The text was updated successfully, but these errors were encountered: