https://bugzilla.redhat.com/show_bug.cgi?id=1335073
Bug ID: 1335073 Summary: [abrt] ibus-table: os.py:241:makedirs:FileExistsError: [Errno 17] File exists: '/home/mfabian/.local/share/ibus-table' Product: Fedora Version: 24 Component: ibus-table Assignee: mfabian@redhat.com Reporter: mfabian@redhat.com QA Contact: extras-qa@fedoraproject.org CC: dchen@redhat.com, i18n-bugs@lists.fedoraproject.org, kent.neo@gmail.com, me@kaio.net, mfabian@redhat.com, pwu@redhat.com, shawn.p.huang@gmail.com
Version-Release number of selected component: ibus-table-1.9.12-1.fc24
Additional info: reporter: libreport-2.7.0 cmdline: /usr/bin/python3 /usr/share/ibus-table/engine/main.py --xml executable: /usr/share/ibus-table/engine/main.py kernel: 4.5.3-300.fc24.x86_64 pkg_fingerprint: 73BD E983 81B4 6521 pkg_vendor: Fedora Project reproducible: Not sure how to reproduce the problem runlevel: N 5 type: Python3 uid: 1000
Truncated backtrace: os.py:241:makedirs:FileExistsError: [Errno 17] File exists: '/home/mfabian/.local/share/ibus-table'
Traceback (most recent call last): File "/usr/share/ibus-table/engine/main.py", line 32, in <module> import factory File "/usr/share/ibus-table/engine/factory.py", line 27, in <module> import tabsqlitedb File "/usr/share/ibus-table/engine/tabsqlitedb.py", line 36, in <module> import ibus_table_location File "/usr/share/ibus-table/engine/ibus_table_location.py", line 102, in <module> __module_init = __ModuleInitializer() File "/usr/share/ibus-table/engine/ibus_table_location.py", line 96, in __init__ _init() File "/usr/share/ibus-table/engine/ibus_table_location.py", line 76, in _init os.makedirs(ibus_table_location['data_home']) File "/usr/lib64/python3.5/os.py", line 241, in makedirs mkdir(name, mode) FileExistsError: [Errno 17] File exists: '/home/mfabian/.local/share/ibus-table'
Local variables in innermost frame: name: '/home/mfabian/.local/share/ibus-table' mode: 511 tail: 'ibus-table' head: '/home/mfabian/.local/share' exist_ok: False
https://bugzilla.redhat.com/show_bug.cgi?id=1335073
Mike FABIAN mfabian@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|24 |26
https://bugzilla.redhat.com/show_bug.cgi?id=1335073
Krishna Babu K kkrothap@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kkrothap@redhat.com
--- Comment #3 from Krishna Babu K kkrothap@redhat.com --- $ rpm -qa | grep ibus-table. ibus-table-1.9.18-1.fc27.noarch
$ /usr/bin/python3 /usr/share/ibus-table/engine/main.py --xml <engines />
$ echo $? 0
https://bugzilla.redhat.com/show_bug.cgi?id=1335073
Krishna Babu K kkrothap@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |WORKSFORME Last Closed| |2018-02-28 11:01:19
i18n-bugs@lists.fedoraproject.org