https://bugs.kde.org/show_bug.cgi?id=363600

            Bug ID: 363600
           Summary: Evaluate worksheet button on Python3 backend doesn't
                    work correctly
           Product: cantor
           Version: unspecified
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: python3-backend
          Assignee: nlmin...@gmail.com
          Reporter: fernandotal...@gmail.com
                CC: fil...@kde.org

On press the evaluate worksheet button using Python 3 backend, the output shows
an unformatted string. This string is the output of "print(globals())".
However, it should print variables accordingly the entries on worksheet.

Reproducible: Always

Steps to Reproduce:
1. Do something as a = 1
2. Press "Evaluate Worksheet" button
3.

Actual Results:  
The worksheet prints "print(globals())".

Expected Results:  
The worksheet should print the result of an expression, value of a variable,
etc.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to