MahmoudAbdelRahman / GH_CPython

CPython plugin for Rhino-Grasshopper
BSD 2-Clause "Simplified" License
175 stars 38 forks source link

Strange error on parameter *input* #17

Closed dantaeyoung closed 6 years ago

dantaeyoung commented 6 years ago

Hi @MahmoudAbdelRahman! I'm here with another error. Thanks for being so open to feedback!

I'm trying to receive strings and multi-line strings as inputs, but am getting a curious error. My use-case is to input a multi-line string into GH_CPython and to have it in a variable as a multi-line string, but GH_CPython seems to be doing some internal stuff that affects how things are being processed.

Specifically, I'm working with LispHopper so I can input a string such as (print "hello") and everything handled and characters escaped properly and placed in a variable in GH_CPython.

Example below: http://imgur.com/OvQaJ0B.jpg

Thanks!

MahmoudAbdelRahman commented 6 years ago

Hi @dantaeyoung , Thanks for the feedback , Here you are, image

dantaeyoung commented 6 years ago

Wow amazing! This works great - thanks for the quick fix! @MahmoudAbdelRahman