[umbrello] [Bug 452702] New: Curly brackets disappear on python import
rolf Schmidt
bugzilla_noreply at kde.org
Sun Apr 17 16:32:53 BST 2022
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-devel at kde.org
Reporter: rattenkopf2 at 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 the assignee for the bug.
More information about the umbrello-devel
mailing list