[umbrello] [Bug 452702] New: Curly brackets disappear on python import

"rolf Schmidt" <[email protected]>
Newsgroups gmane.linux.umbrello.devel
Message-ID <[email protected]/>
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: [email protected]
          Reporter: [email protected]
  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 the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.