Bug 1335073 - [abrt] ibus-table: os.py:241:makedirs:FileExistsError: [Errno 17] File exists: '/home/mfabian/.local/share/ibus-table'
Summary: [abrt] ibus-table: os.py:241:makedirs:FileExistsError: [Errno 17] File exists...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus-table
Version: 26
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mike FABIAN
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:5f1380b9359e698a045d1da3ee4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-11 09:43 UTC by Mike FABIAN
Modified: 2018-02-28 16:01 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-28 16:01:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.07 KB, text/plain)
2016-05-11 09:43 UTC, Mike FABIAN
no flags Details
File: environ (1.51 KB, text/plain)
2016-05-11 09:43 UTC, Mike FABIAN
no flags Details

Description Mike FABIAN 2016-05-11 09:43:27 UTC
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

Comment 1 Mike FABIAN 2016-05-11 09:43:36 UTC
Created attachment 1156071 [details]
File: backtrace

Comment 2 Mike FABIAN 2016-05-11 09:43:38 UTC
Created attachment 1156072 [details]
File: environ

Comment 3 Krishna Babu K 2018-02-28 15:18:26 UTC
$ 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


Note You need to log in before you can comment on or make changes to this bug.