remove debug
This commit is contained in:
parent
18309f9701
commit
469cdf8fb7
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ def get_icons_db_path():
|
||||||
icons_db_path = os.path.join(metadata, 'icons.db')
|
icons_db_path = os.path.join(metadata, 'icons.db')
|
||||||
old_icons_db_path = os.path.join(settings.data_path, 'icons.db')
|
old_icons_db_path = os.path.join(settings.data_path, 'icons.db')
|
||||||
if not os.path.exists(icons_db_path) and os.path.exists(old_icons_db_path):
|
if not os.path.exists(icons_db_path) and os.path.exists(old_icons_db_path):
|
||||||
print(icons_db_path, icons_db_path)
|
|
||||||
shutil.move(old_icons_db_path, icons_db_path)
|
shutil.move(old_icons_db_path, icons_db_path)
|
||||||
return icons_db_path
|
return icons_db_path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue