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

            Bug ID: 452702
           Summary: Curly brackets disappear on python import
           Product: umbrello
           Version: 2.33.2 (KDE releases 20.12.2)
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: importer
          Assignee: umbrello-de...@kde.org
          Reporter: rattenko...@gmx.net
  Target Milestone: ---

SUMMARY
***
If python code is imported all curly brackets disappear in the attribute text.
***

STEPS TO REPRODUCE
1. 
# python code
#!/usr/bin/python3

class test(object):
   def abc():
     xyz={'aaa':1, 'bbb':'John'}
2. 
import sourcecode
3. 
OBSERVED RESULT
xyz=:
  'aaa':1,'bbb':'John'

EXPECTED RESULT
xyz={ 'aaa':1,'bbb':'John'}

SOFTWARE/OS VERSIONS
Devuan Chimera (i.e. debian bullseys)
GUI: Trinity

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

Reply via email to